mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-07 21:48:41 +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);
|
||
|
}
|