1
Fork 0
rust/compiler/rustc_ty_utils
Moulins feb20f2fe7 Track ABI info. in NaiveLayout, and use it for PointerLike checks
THis significantly complicates `NaiveLayout` logic, but is necessary to
ensure that bounds like `NonNull<T>: PointerLike` hold in generic
contexts.

Also implement exact layout computation for structs.
2023-07-21 03:31:46 +02:00
..
src Track ABI info. in NaiveLayout, and use it for PointerLike checks 2023-07-21 03:31:46 +02:00
Cargo.toml use deeply_normalize for assumed_wf_types 2023-07-03 09:12:14 +02:00
messages.ftl Ensure Fluent messages are in alphabetical order 2023-05-25 23:49:35 +00:00