Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
auxiliary
/
empty-crate.rs
blob: c502cd921cc8c42ce7bd7577b0c5e875cda616a9 [
file
] [
log
] [
blame
] [
edit
]
//@ force-host
//@ no-prefer-dynamic
#![
crate_type
=
"proc-macro"
]
#![
deny
(
unused_variables
)]