about summary refs log tree commit diff
path: root/src/librustc_plugin/error_codes.rs
blob: 7b3f01c0ee11144b6cea496836470e049e398462 (plain)
1
2
3
4
syntax::register_diagnostics! {
;
    E0498,  // malformed plugin attribute
}