Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
compiler
/
rustc_error_codes
/
src
/
error_codes
/
E0773.md
blob: 91cf005d5471b1bd349ff8447ac7beb5cae929c6 [
file
] [
view
]
#### Note: this error code is no longer emitted by the compiler.
This
was triggered
when
multiple macro definitions used the same
`#[rustc_builtin_macro(..)]`
.
This
is
no
longer an error
.