]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/dep-info-spaces/lib.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[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;