diff options
| author | Folkert <folkert@folkertdev.nl> | 2024-07-17 10:42:24 +0200 |
|---|---|---|
| committer | Folkert <folkert@folkertdev.nl> | 2024-07-27 12:55:39 +0200 |
| commit | c6a166bac269eda77b595fdc8ff7290e1372c147 (patch) | |
| tree | 46b7764813f597d7df6c2de3e89bb8a319b3ed24 /compiler/rustc_error_codes/src/lib.rs | |
| parent | 4d082b77af1f714df6c407785e1961a9dddd554c (diff) | |
| download | rust-c6a166bac269eda77b595fdc8ff7290e1372c147.tar.gz rust-c6a166bac269eda77b595fdc8ff7290e1372c147.zip | |
switch to an allowlist approach
- merge error codes - use attribute name that is incompatible in error message - add test for conditional incompatible attribute - add `linkage` to the allowlist
Diffstat (limited to 'compiler/rustc_error_codes/src/lib.rs')
| -rw-r--r-- | compiler/rustc_error_codes/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/lib.rs b/compiler/rustc_error_codes/src/lib.rs index 2a7bc2501c0..d13d5e1bca2 100644 --- a/compiler/rustc_error_codes/src/lib.rs +++ b/compiler/rustc_error_codes/src/lib.rs @@ -536,7 +536,6 @@ E0794: 0794, E0795: 0795, E0796: 0796, E0797: 0797, -E0798: 0798, ); ) } |
