mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +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;
|