Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
empty
/
empty-macro-use.rs
blob: 8f5ea7df3bd19a5eaa2fd292d965559e0d450369 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:two_macros.rs
#[
macro_use
()]
extern
crate two_macros
;
pub
fn
main
()
{
macro_two
!();
//~^ ERROR cannot find macro
}