Skip to content

Commit a30dac0

Browse files
Rollup merge of rust-lang#146584 - cyrgani:error-codes-macro, r=GuillaumeGomez
remove duplicated columns from `rustc_error_code::error_codes!` Possible because of rust-lang#146308 ~~, but currently still blocked on the next stage0 bump~~.
2 parents e408376 + 321cd2a commit a30dac0

File tree

5 files changed

+535
-562
lines changed

5 files changed

+535
-562
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### this error code is no longer emitted by the compiler.
1+
#### Note: this error code is no longer emitted by the compiler.
22

33
This was triggered when multiple macro definitions used the same
44
`#[rustc_builtin_macro(..)]`. This is no longer an error.

0 commit comments

Comments
 (0)