rust/crates/syntax/test_data/parser/err/0049_double_fish.rs

8 lines
90 B
Rust
Raw Normal View History

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