Macro swc_allocator::nightly_only

source ยท
macro_rules! nightly_only {
    (
        $($item:item)*
    ) => { ... };
}
Expand description

This expands to the given tokens if the nightly feature is enabled.