Sign in
rust
/
rust
/
4530e26f4eec47b92061d9ab3fca18ed8db97e63
/
.
/
compiler
/
rustc_error_codes
/
src
/
error_codes
/
E0773.md
blob: 91cf005d5471b1bd349ff8447ac7beb5cae929c6 [
file
] [
log
] [
blame
] [
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
.