rust/tests/ui/repr
2025-12-13 17:13:36 +01:00
..
auxiliary Add test batch 5 2025-10-12 00:33:20 -04:00
16-bit-repr-c-enum.rs compiletest: rename add-core-stubs to add-minicore 2025-11-02 16:20:06 +01:00
align-with-extern-c-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
aligned_enum_cast.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
attr-usage-repr.rs Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
attr-usage-repr.stderr Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
conflicting-repr-hints.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
conflicting-repr-hints.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
explicit-rust-repr-conflicts.rs Ban non-array SIMD 2024-09-09 19:39:43 -07:00
explicit-rust-repr-conflicts.stderr Bless tests 2024-01-13 12:46:58 -05:00
invalid-repr-on-structs-74082.rs Add test batch 5 2025-10-12 00:33:20 -04:00
invalid-repr-on-structs-74082.stderr Add test batch 5 2025-10-12 00:33:20 -04:00
invalid_repr_list_help.rs Update ui tests 2024-02-29 14:43:43 +01:00
invalid_repr_list_help.stderr Add link to invalid repr error 2025-08-11 16:00:49 +00:00
issue-83505-repr-simd.rs warn about broken simd not only on structs but also enums and unions when we didn't opt in to it 2025-01-07 21:36:37 +01:00
issue-83505-repr-simd.stderr Fix test output expectations 2025-02-24 14:31:19 +01:00
malformed-repr-hints.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
malformed-repr-hints.stderr add #[align] attribute 2025-06-18 12:37:08 +02:00
packed-struct-contains-aligned-type-73112.rs Add test batch 5 2025-10-12 00:33:20 -04:00
packed-struct-contains-aligned-type-73112.stderr Add test batch 5 2025-10-12 00:33:20 -04:00
packed-struct-with-enum-53728.rs Add test batch 2 2025-08-27 15:06:05 -04:00
repr-align-assign.fixed Fix test output expectations 2025-02-24 14:31:19 +01:00
repr-align-assign.rs Fix test output expectations 2025-02-24 14:31:19 +01:00
repr-align-assign.stderr Fix test output expectations 2025-02-24 14:31:19 +01:00
repr-align.rs Fix test output expectations 2025-02-24 14:31:19 +01:00
repr-align.stderr Fix test output expectations 2025-02-24 14:31:19 +01:00
repr-c-dead-variants.aarch64-unknown-linux-gnu.stderr Ignore more failing ui tests for GCC backend 2025-10-13 15:30:26 +02:00
repr-c-dead-variants.armebv7r-none-eabi.stderr Ignore more failing ui tests for GCC backend 2025-10-13 15:30:26 +02:00
repr-c-dead-variants.i686-pc-windows-msvc.stderr Ignore more failing ui tests for GCC backend 2025-10-13 15:30:26 +02:00
repr-c-dead-variants.rs compiletest: rename add-core-stubs to add-minicore 2025-11-02 16:20:06 +01:00
repr-c-dead-variants.x86_64-unknown-linux-gnu.stderr Ignore more failing ui tests for GCC backend 2025-10-13 15:30:26 +02:00
repr-c-int-dead-variants.rs adjust UI tests 2025-01-10 02:22:57 +01:00
repr-c-int-dead-variants.stderr Remove rustc's notion of "preferred" alignment AKA __alignof 2025-06-08 16:41:46 -07:00
repr-disallow-on-variant.rs
repr-disallow-on-variant.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
repr-empty-packed.rs continue to check attr if meet empty repr for adt 2025-03-09 10:51:50 +08:00
repr-empty-packed.stderr improve empty attribute diagnostic 2025-09-27 19:32:14 +02:00
repr-packed-contains-align.rs
repr-packed-contains-align.stderr
repr-transparent-issue-87496.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
repr-transparent-issue-87496.stderr
repr-transparent-non-exhaustive-transparent-in-prose.rs repr(transparent): do not consider repr(C) types to be 1-ZST 2025-10-27 19:25:14 +01:00
repr-transparent-non-exhaustive.rs repr(transparent): do not consider repr(C) types to be 1-ZST 2025-10-27 19:25:14 +01:00
repr-transparent-non-exhaustive.stderr repr(transparent): do not consider repr(C) types to be 1-ZST 2025-10-27 19:25:14 +01:00
repr-transparent-other-items.rs
repr-transparent-other-items.stderr
repr-transparent-other-reprs.rs
repr-transparent-other-reprs.stderr
repr-transparent-repr-c.rs repr(transparent): do not consider repr(C) types to be 1-ZST 2025-10-27 19:25:14 +01:00
repr-transparent-repr-c.stderr repr(transparent): do not consider repr(C) types to be 1-ZST 2025-10-27 19:25:14 +01:00
repr-transparent.rs repr(transparent): it's fine if the one non-1-ZST field is a ZST 2023-08-29 14:11:50 +02:00
repr-transparent.stderr Fix test output expectations 2025-02-24 14:31:19 +01:00
repr.rs
repr.stderr Improve spans of malformed attribute errors 2025-12-13 17:13:36 +01:00
repr_align_greater_usize.msp430.stderr Bless tests 2025-12-05 09:51:27 -05:00
repr_align_greater_usize.rs Ignore failing GCC test 2025-12-05 09:51:27 -05:00
repr_c_int_align.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
transparent-enum-too-many-variants.rs
transparent-enum-too-many-variants.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00