denyhosts/clamav/libclamav_rust/.cargo/vendor/proc-macro2/tests/features.rs

9 lines
152 B
Rust
Raw Permalink Normal View History

2023-01-14 18:28:39 +08:00
#[test]
#[ignore]
fn make_sure_no_proc_macro() {
assert!(
!cfg!(feature = "proc-macro"),
"still compiled with proc_macro?"
);
}