```rust fn main() { struct S; let _s = S; } ``` Same for type aliases. Found in https://github.com/rust-analyzer/rust-analyzer/pull/1549.