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