rustc::lint::lint_initializer![src]
macro_rules! lint_initializer ( ($name:ident, $level:ident, $desc:expr) => ( ::rustc::lint::Lint { name: stringify!($name), default_level: ::rustc::lint::$level, desc: $desc, } ) )
Build a Lint initializer.
macro_rules! lint_initializer ( ($name:ident, $level:ident, $desc:expr) => ( ::rustc::lint::Lint { name: stringify!($name), default_level: ::rustc::lint::$level, desc: $desc, } ) )
Build a Lint initializer.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).