rust/tests/ui/modules/path-invalid-form.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
75 B
Rust
Raw Normal View History

#[path = 123] //~ ERROR malformed `path` attribute
mod foo;
fn main() {}