rust/compiler/rustc_hir_analysis/src/check
Jubilee 259ddf9b50
Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors
Add `LayoutS::is_uninhabited` and use it

Use accessors for the things that accessors are good at: reducing everyone's need to be nosy and peek at the internals of every data structure.
2024-10-28 10:18:50 -07:00
..
compare_impl_item Don't fire refinement lint if there are errors 2024-10-10 11:46:51 -07:00
check.rs Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors 2024-10-28 10:18:50 -07:00
compare_impl_item.rs Remove ObligationCause::span() method 2024-10-27 23:54:06 +00:00
dropck.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
entry.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errs.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
intrinsic.rs Remove associated type based effects logic 2024-10-24 09:46:36 +00:00
intrinsicck.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
mod.rs Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors 2024-10-28 10:18:50 -07:00
region.rs stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
wfcheck.rs Be better at enforcing that const_conditions is only called on const items 2024-10-24 09:46:36 +00:00