rust/src/test/ui/repr
David Wood 57e8fc5685
passes: `check_attr` on more targets
This commit modifies `check_attr` so that:

- Enum variants are now checked (some attributes would not have been
  prohibited on variants previously).
- `check_expr_attributes` and `check_stmt_attributes` are removed as
  `check_attributes` can perform the same checks.

Signed-off-by: David Wood <david@davidtw.co>
2020-09-28 12:18:52 +01:00
..
feature-gate-no-niche.rs tests for `#[repr(no_niche)]`. 2020-02-10 14:44:12 -05:00
feature-gate-no-niche.stderr tests for `#[repr(no_niche)]`. 2020-02-10 14:44:12 -05:00
repr-align-assign.fixed Update tests 2020-01-09 21:23:12 +03:00
repr-align-assign.rs Update tests 2020-01-09 21:23:12 +03:00
repr-align-assign.stderr Add long error explanation for E0693 #61137 2020-03-14 08:41:05 +05:30
repr-align.rs Update tests 2020-01-09 21:23:12 +03:00
repr-align.stderr Update tests 2020-01-09 21:23:12 +03:00
repr-disallow-on-variant.rs passes: `check_attr` on more targets 2020-09-28 12:18:52 +01:00
repr-disallow-on-variant.stderr passes: `check_attr` on more targets 2020-09-28 12:18:52 +01:00
repr-no-niche-inapplicable-to-unions.rs passes: `check_attr` on more targets 2020-09-28 12:18:52 +01:00
repr-no-niche-inapplicable-to-unions.stderr passes: `check_attr` on more targets 2020-09-28 12:18:52 +01:00
repr-no-niche.rs tests for `#[repr(no_niche)]`. 2020-02-10 14:44:12 -05:00
repr-packed-contains-align.rs Detail transitive containment in E0588 diagnostic 2020-01-07 02:16:57 +00:00
repr-packed-contains-align.stderr Detail transitive containment in E0588 diagnostic 2020-01-07 02:16:57 +00:00
repr-transparent-other-items.rs passes: `check_attr` on more targets 2020-09-28 12:18:52 +01:00
repr-transparent-other-items.stderr passes: `check_attr` on more targets 2020-09-28 12:18:52 +01:00
repr-transparent-other-reprs.rs
repr-transparent-other-reprs.stderr
repr-transparent.rs transparent_enums: test alignment 2020-01-20 11:18:05 +01:00
repr-transparent.stderr transparent_enums: test alignment 2020-01-20 11:18:05 +01:00