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