rust/src/test/ui/repr
bors 65f6d33b77 Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr
Ensure stability directives are checked in all cases

Split off  #93017

Stability and deprecation were not checked in all cases, for instance if a type error happened.
This PR moves the check earlier in the pipeline to ensure the errors are emitted in all cases.

r? `@lcnr`
2022-03-04 05:49:14 +00:00
..
attr-usage-repr.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
attr-usage-repr.stderr Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
feature-gate-no-niche.rs
feature-gate-no-niche.stderr
issue-83505-repr-simd.rs Fix ICE with #[repr(simd)] on enum 2021-06-18 21:39:53 +02:00
issue-83505-repr-simd.stderr Fix ICE with #[repr(simd)] on enum 2021-06-18 21:39:53 +02:00
issue-83921-ice.rs Enhance well-formedness checks for #[repr(...)] attributes 2021-07-09 22:03:48 +02:00
issue-83921-ice.stderr Enhance well-formedness checks for #[repr(...)] attributes 2021-07-09 22:03:48 +02:00
repr-align-assign.fixed
repr-align-assign.rs
repr-align-assign.stderr
repr-align.rs
repr-align.stderr
repr-disallow-on-variant.rs
repr-disallow-on-variant.stderr
repr-no-niche-inapplicable-to-unions.rs
repr-no-niche-inapplicable-to-unions.stderr
repr-no-niche.rs Fix incorrect use of #[repr(no_niche)] 2021-07-19 17:50:27 -05:00
repr-packed-contains-align.rs
repr-packed-contains-align.stderr
repr-transparent-issue-87496.rs Fix ICE in improper_ctypes_definitions lint with all-ZST transparent types 2021-07-31 15:57:51 +02:00
repr-transparent-issue-87496.stderr Fix ICE in improper_ctypes_definitions lint with all-ZST transparent types 2021-07-31 15:57:51 +02:00
repr-transparent-other-items.rs
repr-transparent-other-items.stderr
repr-transparent-other-reprs.rs Cleanup feature gates. 2022-03-03 18:50:28 +01:00
repr-transparent-other-reprs.stderr Cleanup feature gates. 2022-03-03 18:50:28 +01:00
repr-transparent.rs Permit zero non-zero-field on transparent types 2021-06-14 07:42:14 +09:00
repr-transparent.stderr Permit zero non-zero-field on transparent types 2021-06-14 07:42:14 +09:00
repr.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
repr.stderr Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00