Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
modules
/
path-invalid-form.rs
blob: 713ef4a795d88956d46981fbbb6cadc64c247b67 [
file
]
#[
path
=
123
]
//~ ERROR malformed `path` attribute
mod
foo
;
fn
main
()
{}