mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-22 10:22:50 +02:00
5 lines
97 B
Rust
5 lines
97 B
Rust
#[test]
|
|
fn issue1108() {
|
|
let data = "impl<x<>>::x for";
|
|
let _ = syn::parse_file(data);
|
|
}
|