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 #126461 - matthiaskrgr:rollup-tepitxf, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #125293 (Place tail expression behind terminating scope)
- #125722 (Indicate in `non_local_defs` lint that the macro needs to change)
- #126192 (Various Redox OS fixes and add i686 Redox OS target)
- #126285 (`UniqueRc`: support allocators and `T: ?Sized`.)
- #126352 (ci: Update centos:7 to use vault repos)
- #126399 (extend the check for LLVM build)
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