blob: 9e76f52a111b57e02a345947a598524e5f067ba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#![allow(non_snake_case)]
use syntax::{register_diagnostics, register_long_diagnostics};
register_long_diagnostics! {
}
register_diagnostics! {
E0498 // malformed plugin attribute
}
|