Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
7a6f8d012194977afcef344fbc770cd3c3059b1b
/
.
/
crates
/
proc-macro2
/
tests
/
features.rs
blob: 073f6e60fb424bb67814a9bd6066c5596db7ff00 [
file
] [
log
] [
blame
]
#[
test
]
#[
ignore
]
fn
make_sure_no_proc_macro
()
{
assert
!(
!
cfg
!(
feature
=
"proc-macro"
),
"still compiled with proc_macro?"
);
}