Sign in
fuchsia
/
third_party
/
rust
/
e3029abfaec4252ab0ae7010780be0094d8870e0
/
.
/
tests
/
ui
/
proc-macro
/
shadow.rs
blob: 22aecb7c05fc8f6292332fad726687b58f226888 [
file
] [
log
] [
blame
]
//@ aux-build:test-macros.rs
#[
macro_use
]
extern
crate test_macros
;
#[
macro_use
]
extern
crate test_macros
;
//~ ERROR the name `test_macros` is defined multiple times
fn
main
()
{}