rustc/vendor/proc-macro2-1.0.86/tests/features.rs
2025-02-17 11:14:05 +01:00

9 lines
152 B
Rust

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