Sign in
rust
/
rust
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
module-macro_use-arguments.rs
blob: c459e190d8b9987282cab1c33cb1f048fc5f0e61 [
file
] [
edit
]
//@ reference: macro.decl.scope.macro_use.syntax
#[
macro_use
(
foo
,
bar
)]
//~ ERROR arguments to `macro_use` are not allowed here
mod
foo
{
}
fn
main
()
{
}