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
Auto merge of rust-lang#126446 - workingjubilee:rollup-esdbgdw, r=workingjubilee
Rollup of 8 pull requests
Successful merges:
- rust-lang#121216 (Always emit `native-static-libs` note, even if it is empty)
- rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments)
- rust-lang#125722 (Indicate in `non_local_defs` lint that the macro needs to change)
- rust-lang#126088 ([1/2] clean-up / general improvements)
- rust-lang#126390 (Fix wording in {checked_}next_power_of_two)
- rust-lang#126392 (Small style improvement in `gvn.rs`)
- rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`)
- rust-lang#126445 (Remove failing GUI test to stop blocking CI until it is fixed)
r? `@ghost`
`@rustbot` modify labels: rollup
.bounds = `impl` may be usable in bounds, etc. from outside the expression, which might e.g. make something constructible that previously wasn't, because it's still on a publicly-visible type
551
551
.exception = items in an anonymous const item (`const _: () = {"{"} ... {"}"}`) are treated as in the same scope as the anonymous const's declaration
552
552
.const_anon = use a const-anon item to suppress this lint
553
+
.macro_to_change = the {$macro_kind} `{$macro_to_change}` defines the non-local `impl`, and may need to be changed
553
554
554
555
lint_non_local_definitions_impl_move_help =
555
556
move the `impl` block outside of this {$body_kind_descr}{$depth->
0 commit comments