12 lines
212 B
Rust
12 lines
212 B
Rust
#![allow(non_snake_case)]
|
|
|
|
use syntax::{register_diagnostic, register_diagnostics, register_long_diagnostics};
|
|
|
|
register_long_diagnostics! {
|
|
|
|
}
|
|
|
|
register_diagnostics! {
|
|
E0498 // malformed plugin attribute
|
|
}
|