Sign in
rust
/
rust
/
21b6ac490224f79e36196934bceeb87fedf65df4
/
.
/
compiler
/
rustc_error_codes
/
src
/
error_codes
/
E0773.md
blob: 5ebb43c6683e5320bb5e4f73e00ef91a0a59e8ce [
file
] [
log
] [
blame
] [
view
]
#### 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
.