rust/tests/ui/transmute
Kivooeo 98934707eb cleaned up some tests
Additionally, remove unused `tests/ui/auxiliary/svh-*` crates that are duplicates of `tests/ui/svh/auxiliary/svh-*`.
2025-07-13 00:03:31 +05: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
diverging-fn-transmute.rs cleaned up some tests 2025-06-28 17:04:16 +05:00
diverging-fn-transmute.stderr cleaned up some tests 2025-06-28 17:04:16 +05:00
lifetimes.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
main.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
main.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-array-to-scalar.rs cleaned up some tests 2025-07-13 00:03:31 +05:00
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 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 Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
transmute-impl.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
transmute-imut-to-mut.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-imut-to-mut.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
transmute-same-associated-type.rs cleaned up some tests 2025-07-13 00:03:31 +05: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
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