You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_ssa/messages.ftl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ codegen_ssa_expected_one_argument = expected one argument
52
52
53
53
codegen_ssa_expected_used_symbol = expected `used`, `used(compiler)` or `used(linker)`
54
54
55
-
codegen_ssa_export_name_llvm_intrinsic = exported symbol name must not start with "llvm."
56
-
.note = symbols starting with "llvm." are reserved for LLVM intrinsics and cannot be defined in user code
55
+
codegen_ssa_export_name_llvm_intrinsic = exported symbol name must not start with `llvm.`
56
+
.note = symbols starting with `llvm.` are reserved for LLVM intrinsics
57
57
58
58
codegen_ssa_extern_funcs_not_found = some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
0 commit comments