rust/compiler/rustc_mir_build
Jubilee f9b8ef0687
Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril
Never patterns constitute a read for unsafety

This code is otherwise unsound if we don't emit an unsafety error here. Noticed when fixing #130528, but it's totally unrelated.

r? `@Nadrieril`
2024-09-18 23:40:30 -07:00
..
src Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril 2024-09-18 23:40:30 -07:00
Cargo.toml const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
messages.ftl Add a machine-applicable suggestion to "unreachable pattern" 2024-09-13 21:01:29 +02:00