Macro cargo::core::features::stab

source ยท
macro_rules! stab {
    (stable) => { ... };
    (unstable) => { ... };
    (removed) => { ... };
}