Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
proc-macro2
/
8153c4908df636b842118097db7ccec0c62e1f40
/
.
/
tests
/
features.rs
blob: b61e33714c15eab50fd63d2eb8cab15f364a29a1 [
file
] [
log
] [
blame
]
#[
test
]
#[
ignore
]
fn
make_sure_no_proc_macro
()
{
assert
!(!
cfg
!(
feature
=
"proc-macro"
),
"still compiled with proc_macro?"
);
}