Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
modules
/
path-macro.rs
blob: ce2d1e2da2659fe921c31cdf71f4e4960b1cb3b3 [
file
]
macro_rules
!
foo
{
()
=>
{
"bar.rs"
};
}
#[
path
=
foo
!()]
//~ ERROR malformed `path` attribute
mod
abc
;
fn
main
()
{}