Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
missing
/
missing-macro-use.rs
blob: d494c4471a31c77bd4e3c704c1bb442f813edefe [
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
}