rust-analyzer/crates/parser/test_data/parser/err/0048_double_fish.rs
2021-12-26 17:58:33 +03:00

7 lines
90 B
Rust

fn f() {
S::<Item::<lol>::<nope>>;
}
fn g() {
let _: Item::<lol>::<nope> = ();
}