Sign in
rust
/
rust
/
5a96067a65dfd15fdd13b2d5b6f01884ed30d00a
/
.
/
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
.