rust/tests/ui/transmute
2025-05-08 23:16:49 +07: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 [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
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 add signed integers to unnecessary_lints to ensure feature parity with clippy 2025-05-08 23:16:49 +07:00
unnecessary-transmutation.rs add signed integers to unnecessary_lints to ensure feature parity with clippy 2025-05-08 23:16:49 +07:00
unnecessary-transmutation.stderr add signed integers to unnecessary_lints to ensure feature parity with clippy 2025-05-08 23:16:49 +07:00
unnecessary-transmute-path-remap-ice-140277.rs remove expect() in unnecessary_transmutes 2025-04-25 19:07:41 +07:00