rust/crates/syntax/test_data/parser/err/0048_double_fish.rs
2021-11-16 20:02:42 +02:00

8 lines
90 B
Rust

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