Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-96721.fixed
blob: 976189d0b6c9a9b2fbd8cbaf47ce673c5d3d6155 [
file
] [
log
] [
blame
]
macro_rules
!
foo
{
()
=>
{
"bar.rs"
};
}
#[path = "file"] //~ ERROR: malformed `path` attribute
mod abc
{}
fn main
()
{}