rust/compiler/rustc_mir_build/src
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
..
build Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr 2024-09-14 18:12:13 +02:00
thir Add a machine-applicable suggestion to "unreachable pattern" 2024-09-13 21:01:29 +02:00
check_unsafety.rs Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril 2024-09-18 23:40:30 -07:00
errors.rs Add a machine-applicable suggestion to "unreachable pattern" 2024-09-13 21:01:29 +02:00
lib.rs Add warn(unreachable_pub) to rustc_mir_build. 2024-08-29 20:13:06 +10:00
lints.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00