Skip to main content

rustc_attr

Macro rustc_attr 

Source
macro_rules! rustc_attr {
    (TEST, $attr:ident $(,)?) => { ... };
    ($attr:ident $(, $notes:expr)* $(,)?) => { ... };
}