8ae1f9c335
We parse `f` successfully, but that is a bug.
8 lines
90 B
Rust
8 lines
90 B
Rust
fn f() {
|
|
S::<Item::<lol>::<nope>>;
|
|
}
|
|
|
|
fn g() {
|
|
let _: Item::<lol>::<nope> = ();
|
|
}
|