Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
empty
/
empty-macro-use.rs
blob: 846004e661ddf150ca67a2d1679c6dd237d2404d [
file
]
// aux-build:two_macros.rs
#[
macro_use
()]
extern
crate two_macros
;
pub
fn
main
()
{
macro_two
!();
//~^ ERROR cannot find macro
}