Sign in
rust
/
rust
/
741a3a7fc466df22e50f2b8d7dc697d22c8bdd41
/
.
/
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
.