Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
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
}