Files
tubestation/third_party/rust/proc-macro2/tests/features.rs
Emilio Cobos Álvarez d60d0d06b0 Bug 1587368 - Revendor rust dependencies.
This pulls syn and quote 1.0, but after talking with heycam it seems ok.
2019-10-09 13:35:49 +02:00

9 lines
152 B
Rust

#[test]
#[ignore]
fn make_sure_no_proc_macro() {
assert!(
!cfg!(feature = "proc-macro"),
"still compiled with proc_macro?"
);
}