rust/tests/ui/transmute
Michael Goulet 295a8d56f5 Make UNNECESSARY_TRANSMUTES into a HIR lint 2025-05-25 15:57:48 +00:00
..
auxiliary remove expect() in unnecessary_transmutes 2025-04-25 19:07:41 +07:00
ambiguity-in-closure-arg.rs Add test 2024-04-25 10:51:54 -04:00
ambiguity-in-closure-arg.stderr Add test 2024-04-25 10:51:54 -04:00
lifetimes.rs
main.rs
main.stderr
transmute-different-sizes.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
transmute-different-sizes.stderr transmute size check: properly account for alignment 2024-05-30 10:06:28 +02:00
transmute-fat-pointers.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
transmute-fat-pointers.stderr
transmute-from-fn-item-types-error.rs
transmute-from-fn-item-types-error.stderr
transmute-impl.rs Remove the `-test` suffix from normalize directives 2024-12-27 19:58:16 +11:00
transmute-impl.stderr
transmute-imut-to-mut.rs
transmute-imut-to-mut.stderr
transmute-type-parameters.rs
transmute-type-parameters.stderr
transmute-zst-generics.rs transmute size check: properly account for alignment 2024-05-30 10:06:28 +02:00
unnecessary-transmutation.fixed use uX::from instead of _ as uX in non - const contexts 2025-05-22 17:08:32 +07:00
unnecessary-transmutation.rs use uX::from instead of _ as uX in non - const contexts 2025-05-22 17:08:32 +07:00
unnecessary-transmutation.stderr Make UNNECESSARY_TRANSMUTES into a HIR lint 2025-05-25 15:57:48 +00:00
unnecessary-transmute-path-remap-ice-140277.rs remove expect() in unnecessary_transmutes 2025-04-25 19:07:41 +07:00