Sign in
fuchsia
/
fuchsia
/
main
/
.
/
third_party
/
rust_crates
/
vendor
/
proc-macro2-1.0.97
/
tests
/
features.rs
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?"
);
}