about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-43988.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-56/+0
2022-09-06add list of recognized repr attributes to the unrecognized repr errorasquared31415-0/+4
2021-04-05Allow specifying alignment for functionsWesley Norris-12/+6
2020-09-28passes: `check_attr` on more targetsDavid Wood-24/+10
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>
2019-11-08Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]`PotHix-2/+2
The code was previously suggesting `#[repr(C, packed, ...)]` for incorrect uses of `repr` (e.g. `#[repr = "C"]`). This change suggests the usage of `#[repr(C)]` instead. r? @estebank ref #61286
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-4/+4
Tracking issue: #60405
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-4/+4
- Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-15/+8
2018-12-25Remove licensesMark Rousskov-9/+9
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+79