6 lines
68 B
Rust
Raw Normal View History

pub mod asdf {
pub struct SomeStruct;
}
pub trait SomeTrait {}