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