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