rust/tests/ui/modules/auxiliary/issue-1920.rs

5 lines
147 B
Rust

// Just exporting some type to test for correct diagnostics when this
// crate is pulled in at a non-root location in client crate.
pub struct S;