Sign in
fuchsia
/
third_party
/
rust
/
6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba
/
.
/
tests
/
ui
/
macros
/
macro-use-bad-args-1.rs
blob: ec0b64a10953fb960ed1afc98c22c64ff3f499f3 [
file
] [
log
] [
blame
]
#![
no_std
]
#[
macro_use
(
foo
(
bar
))]
//~ ERROR bad macro import
extern
crate std
;
fn
main
()
{}