about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src/error_codes/E0773.md
blob: 5ebb43c6683e5320bb5e4f73e00ef91a0a59e8ce (plain)
1
2
3
4
#### 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.