Sign in
rust
/
rust
/
1a7439cc0ff575fd39e71e1519b3f4c80b9140f3
/
.
/
tests
/
ui
/
missing
/
missing-macro-use.rs
blob: a761c9a5ffd27aa51bca12733badf140d1ccc937 [
file
]
//@ aux-build:two_macros.rs
extern
crate two_macros
;
pub
fn
main
()
{
macro_two
!();
//~^ ERROR cannot find macro `macro_two` in this scope
}