mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
5 lines
147 B
Rust
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;
|