6 lines
97 B
Rust
Raw Normal View History

#[test]
fn issue1108() {
let data = "impl<x<>>::x for";
let _ = syn::parse_file(data);
}