You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found by a fuzzer, it looks to me that fuzzer panics are valid as long as they're not stack overflows. (Considered adding a fuzzer with a length limit and a comment saying as much? Could also test for round-tripping to some extent). Tried to minimise it as much as I can, but i can't do any more than this.
Test case:
#[test]fnparse(){let data = "impl<x<>>::x for";let _:Result<syn::File,_> = syn::parse_str(data);}
❤️
The text was updated successfully, but these errors were encountered:
Found by a fuzzer, it looks to me that fuzzer panics are valid as long as they're not stack overflows. (Considered adding a fuzzer with a length limit and a comment saying as much? Could also test for round-tripping to some extent). Tried to minimise it as much as I can, but i can't do any more than this.
Test case:
❤️
The text was updated successfully, but these errors were encountered: