Test that unconfigured macro-expanded macro invocations are not expanded.

This commit is contained in:
Jeffrey Seyfried 2016-05-18 02:02:04 +00:00
parent 0558df24af
commit 6b3edc2f89

View File

@ -20,6 +20,9 @@ macro_rules! mac {
#[cfg_attr(target_thread_local, custom)]
fn g() {}
}
#[cfg(attr)]
unconfigured_invocation!();
}
}