rust/compiler/rustc_const_eval/src/util
bors d6b96b61e7 Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov
fix is_disaligned logic for nested packed structs

https://github.com/rust-lang/rust/pull/83605 broke the `is_disaligned` logic by bailing out of the loop in `is_within_packed` early. This PR fixes that problem and adds suitable tests.

Fixes https://github.com/rust-lang/rust/issues/99838
2022-08-03 16:09:56 +00:00
..
aggregate.rs Add new Deinit statement kind 2022-04-11 08:55:03 -04:00
alignment.rs fix is_disaligned logic for nested packed structs 2022-08-03 09:59:08 -04:00
call_kind.rs Remove DefId from AssocItemContainer. 2022-08-01 21:38:45 +02:00
collect_writes.rs cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
find_self_call.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
mod.rs Improve error messages even more 2022-02-12 19:24:08 +11:00