rust/tests/ui/repr
bors f5729cfed3 Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors
Rollup of 11 pull requests

Successful merges:

 - #136522 (Remove `feature(dyn_compatible_for_dispatch)` from the compiler)
 - #137289 (Consolidate and improve error messaging for `CoerceUnsized` and `DispatchFromDyn`)
 - #137321 (Correct doc about `temp_dir()` behavior on Android)
 - #137417 (rustc_target: Add more RISC-V atomic-related features)
 - #137489 (remove `#[rustc_intrinsic_must_be_overridde]`)
 - #137530 (DWARF mixed versions with LTO on MIPS)
 - #137543 (std: Fix another new symlink test on Windows)
 - #137548 (Pass correct `TypingEnv` to `InlineAsmCtxt`)
 - #137550 (Don't immediately panic if dropck fails without returning errors)
 - #137552 (Update books)
 - #137556 (rename simd_shuffle_generic → simd_shuffle_const_generic)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-25 02:24:40 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
16-bit-repr-c-enum.rs remove support for rustc_intrinsic_must_be_overridden from the compiler 2025-02-24 07:53:59 +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 disallow repr() on invalid items 2024-12-05 16:44:00 +01:00
attr-usage-repr.stderr disallow repr() on invalid items 2024-12-05 16:44:00 +01: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 bump conflicting_repr_hints lint to be shown in dependencies 2024-08-06 11:17:26 +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_list_help.rs Update ui tests 2024-02-29 14:43:43 +01:00
invalid_repr_list_help.stderr Fix test output expectations 2025-02-24 14:31:19 +01: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 Fix test output expectations 2025-02-24 14:31:19 +01: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 Update ui tests with LayoutData { uninhabited: ... } etc 2025-02-20 13:40:41 -06:00
repr-c-dead-variants.armebv7r-none-eabi.stderr Update ui tests with LayoutData { uninhabited: ... } etc 2025-02-20 13:40:41 -06:00
repr-c-dead-variants.i686-pc-windows-msvc.stderr Update ui tests with LayoutData { uninhabited: ... } etc 2025-02-20 13:40:41 -06:00
repr-c-dead-variants.rs adjust UI tests 2025-01-10 02:22:57 +01:00
repr-c-dead-variants.x86_64-unknown-linux-gnu.stderr Update ui tests with LayoutData { uninhabited: ... } etc 2025-02-20 13:40:41 -06:00
repr-c-int-dead-variants.rs adjust UI tests 2025-01-10 02:22:57 +01:00
repr-c-int-dead-variants.stderr Update ui tests with LayoutData { uninhabited: ... } etc 2025-02-20 13:40:41 -06:00
repr-disallow-on-variant.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr-disallow-on-variant.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
repr-packed-contains-align.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr-packed-contains-align.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr-transparent-non-exhaustive-transparent-in-prose.rs repr_transparent_external_private_fields: treat rustc_pub_transparent types as local 2024-08-24 23:05:54 +03:00
repr-transparent-non-exhaustive.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
repr-transparent-non-exhaustive.stderr Don't complain on a single non-exhaustive 1-zst 2023-09-19 06:01:24 +00:00
repr-transparent-other-items.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr-transparent-other-items.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr-transparent-other-reprs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr-transparent-other-reprs.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00: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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
repr_align_greater_usize.msp430.stderr Error on alignments greater than isize::MAX 2024-10-28 13:17:37 +08:00
repr_align_greater_usize.rs Error on alignments greater than isize::MAX 2024-10-28 13:17:37 +08: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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transparent-enum-too-many-variants.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00