Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
macros
/
macro-use-bad-args-2.rs
blob: c5f8f62c186864a0720b4142fbb28f2160f69d15 [
file
] [
log
] [
blame
]
#![
no_std
]
#[
macro_use
(
foo
=
"bar"
)]
//~ ERROR bad macro import
extern
crate std
;
fn
main
()
{}