rust/tests/run-make-fulldeps/save-analysis/SameDir.rs

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

6 lines
107 B
Rust
Raw Normal View History

2016-11-22 18:35:07 -06:00
// sub-module in the same directory as the main crate file
pub struct SameStruct {
pub name: String
}