We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reproduction:
fn main() { let _: Result<ron::Value, _> = ron::from_str(&"{".repeat(10_000)); }
Found by fuzzing, I'll make a distinct PR to add the fuzzer.
Reproduction:
Found by fuzzing, I'll make a distinct PR to add the fuzzer.