Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
macro-crate-nonterminal-non-root.rs
blob: 79d57bb9dac927a116cf05f2c50f48bf137bf06d [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:macro_crate_nonterminal.rs
mod
foo
{
#[
macro_use
]
extern
crate macro_crate_nonterminal
;
//~ ERROR must be at the crate root
}
fn
main
()
{
}