File: issue1108.rs

package info (click to toggle)
rust-syn 2.0.98-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,700 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (64)
1
2
3
4
5
#[test]
fn issue1108() {
    let data = "impl<x<>>::x for";
    let _ = syn::parse_file(data);
}