Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
librustc_plugin
/
error_codes.rs
blob: b5f6a8d905d314542f6e9c14f89aa9a886bf6fdf [
file
] [
log
] [
blame
]
use
syntax
::{
register_diagnostics
,
register_long_diagnostics
};
register_long_diagnostics
!
{
}
register_diagnostics
!
{
E0498
// malformed plugin attribute
}