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