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