mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
7 lines
90 B
Rust
7 lines
90 B
Rust
fn f() {
|
|
S::<Item::<lol>::<nope>>;
|
|
}
|
|
|
|
fn g() {
|
|
let _: Item::<lol>::<nope> = ();
|
|
}
|