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