Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
modules
/
path-macro.rs
blob: ce2d1e2da2659fe921c31cdf71f4e4960b1cb3b3 [
file
] [
log
] [
blame
]
macro_rules
!
foo
{
()
=>
{
"bar.rs"
};
}
#[
path
=
foo
!()]
//~ ERROR malformed `path` attribute
mod
abc
;
fn
main
()
{}