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: src/constant.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ fn data_id_for_static(
304
304
305
305
// Comment copied from https://github.com/rust-lang/rust/blob/45060c2a66dfd667f88bd8b94261b28a58d85bd5/src/librustc_codegen_llvm/consts.rs#L141
306
306
// Declare an internal global `extern_with_linkage_foo` which
307
-
// is initialized with the address of `foo`. If `foo` is
307
+
// is initialized with the address of `foo`. If `foo` is
308
308
// discarded during linking (for example, if `foo` has weak
309
309
// linkage and there are no definitions), then
310
310
// `extern_with_linkage_foo` will instead be initialized to
0 commit comments