Macro rustc_feature::builtin_attrs::rustc_attr [−][src]
macro_rules! rustc_attr {
(TEST, $attr : ident, $typ : expr, $tpl : expr $(,) ?) => { ... };
($attr : ident, $typ : expr, $tpl : expr, $msg : expr $(,) ?) => { ... };
}