summary refs log tree commit diff
path: root/src/librustc_plugin/error_codes.rs
blob: 68462bd83ef60dbd09f46cb338f677d73ed5f040 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![allow(non_snake_case)]

use syntax::{register_diagnostic, register_diagnostics, register_long_diagnostics};

register_long_diagnostics! {

}

register_diagnostics! {
    E0498  // malformed plugin attribute
}