You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macro_rules! m {($i:item) => {
error! {
$i //< This becomes an unconfigured interpolated item in the above macro invocation}}}fnmain(){m!(#[cfg(any())]fn g(){});//< in this expansion.}