Skip to content

Commit 941a72d

Browse files
committed
Auto merge of #106998 - matthiaskrgr:rollup-hmfisji, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #104505 (Remove double spaces after dots in comments) - #106784 (prevent E0512 from emitting [type error] by checking the references_error) - #106834 (new trait solver: only consider goal changed if response is not identity) - #106889 (Mention the lack of `windows_mut` in `windows`) - #106963 (Use `scope_expr_id` from `ProbeCtxt`) - #106970 (Switch to `EarlyBinder` for `item_bounds` query) - #106980 (Hide `_use_mk_alias_ty_instead` in `<AliasTy as Debug>::fmt`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 74490b2 + a2583f1 commit 941a72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ fn data_id_for_static(
304304

305305
// Comment copied from https://github.com/rust-lang/rust/blob/45060c2a66dfd667f88bd8b94261b28a58d85bd5/src/librustc_codegen_llvm/consts.rs#L141
306306
// 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
308308
// discarded during linking (for example, if `foo` has weak
309309
// linkage and there are no definitions), then
310310
// `extern_with_linkage_foo` will instead be initialized to

0 commit comments

Comments
 (0)