Skip to content

Commit bf39924

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

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)