mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-12 13:43:26 +00:00
8 lines
90 B
Rust
8 lines
90 B
Rust
fn f() {
|
|
S::<Item::<lol>::<nope>>;
|
|
}
|
|
|
|
fn g() {
|
|
let _: Item::<lol>::<nope> = ();
|
|
}
|