rust/tests/ui/transmute
Moulins 7f109086ee Track (partial) niche information in NaiveLayout
Still more complexity, but this allows computing exact `NaiveLayout`s
for null-optimized enums, and thus allows calls like
`transmute::<Option<&T>, &U>()` to work in generic contexts.
2023-07-21 14:23:23 +02:00
..
lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
main.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
main.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-different-sizes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-different-sizes.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-fat-pointers.rs Track (partial) niche information in NaiveLayout 2023-07-21 14:23:23 +02:00
transmute-fat-pointers.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-from-fn-item-types-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-from-fn-item-types-error.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-impl.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-imut-to-mut.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-imut-to-mut.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-padding-ice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-padding-ice.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
transmute-type-parameters.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-type-parameters.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00