]> git.lizzy.rs Git - rust.git/blob - src/test/ui/modules/path-invalid-form.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / ui / modules / path-invalid-form.rs
1 #[path = 123]  //~ ERROR malformed `path` attribute
2 mod foo;
3
4 fn main() {}