Results 3 comments of Trevor Wilson

In case no one has dug into it yet, the error is suppressed in `1.61` but not in `1.60` and before: ``` $ cargo +1.61 build Compiling mycrate v0.1.0 (/rust-tests)...

Having toyed with nom 6, 7, and now 8; `escaped` never seemed to work how I hoped and I would resort to weird workarounds. But revisiting it again and replacing...

Without changes to the `Value` trait or how values are put in the valueset, making `len()` return 1 would pretty much require visiting each one just to see if it...