blob: 08e85350e04bf1b329df58f876fe891b19350359 [file] [log] [blame]
#![allow(clippy::ignore_without_reason)]
#[test]
#[ignore]
fn make_sure_no_proc_macro() {
assert!(
!cfg!(feature = "proc-macro"),
"still compiled with proc_macro?"
);
}