]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/dep-info-spaces/lib.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / run-make-fulldeps / dep-info-spaces / lib.rs
1 #[path="foo foo.rs"]
2 pub mod foo;
3
4 pub mod bar;