xref: /third_party/rust/crates/syn/tests/regression/issue1108.rs (revision fad3a1d3)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/syn/tests/regression/
1fad3a1d3Sopenharmony_ci#[test]
2fad3a1d3Sopenharmony_cifn issue1108() {
3fad3a1d3Sopenharmony_ci    let data = "impl<x<>>::x for";
4fad3a1d3Sopenharmony_ci    let _ = syn::parse_file(data);
5fad3a1d3Sopenharmony_ci}
6

Indexes created Thu Nov 07 10:32:03 CST 2024