macro_rules! nightly_only {
(
$($item:item)*
) => { ... };
}Expand description
This expands to the given tokens if the nightly feature is enabled.
macro_rules! nightly_only {
(
$($item:item)*
) => { ... };
}This expands to the given tokens if the nightly feature is enabled.