1
Fork 0
rust/compiler/rustc_const_eval/src
bors 629a414d7b Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC
Rollup of 10 pull requests

Successful merges:

 - #102951 (suggest type annotation for local statement initialed by ref expression)
 - #103209 (Diagnostic derives: allow specifying multiple alternative suggestions)
 - #103287 (Use a faster allocation size check in slice::from_raw_parts)
 - #103416 (Name the `impl Trait` in region bound suggestions)
 - #103430 (Workaround unstable stmt_expr_attributes for method receiver expressions)
 - #103444 (Remove extra type error after missing semicolon error)
 - #103520 (rustc_middle: Rearrange resolver outputs structures slightly)
 - #103533 (Use &self instead of &mut self for cast methods)
 - #103536 (Remove `rustc_driver::set_sigpipe_handler()`)
 - #103542 (Pinning tests for some `macro_rules!` errors discussed in the lang meeting)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-26 07:58:28 +00:00
..
const_eval more dupe word typos 2022-10-14 12:57:56 +08:00
interpret Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC 2022-10-26 07:58:28 +00:00
transform Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk 2022-10-25 15:55:39 +00:00
util change might_permit_raw_init to fully detect LLVM UB, but not more than that 2022-10-05 09:22:50 +02:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs change might_permit_raw_init to fully detect LLVM UB, but not more than that 2022-10-05 09:22:50 +02:00