Skip to main content

ungated

Macro ungated 

Source
macro_rules! ungated {
    (unsafe($edition:ident) $attr:ident $(,)?) => { ... };
    (unsafe $attr:ident $(,)?) => { ... };
    ($attr:ident $(,)?) => { ... };
}