mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 01:18:43 +00:00
6 lines
97 B
Rust
6 lines
97 B
Rust
#[test]
|
|
fn issue1108() {
|
|
let data = "impl<x<>>::x for";
|
|
let _ = syn::parse_file(data);
|
|
}
|