Closed krtab closed 2 years ago
Interesting. Sadly your solution is not a fix, since we do support Rust 1.31+
I would suggest using \u{1}
instead of \0
in tests. This would not require MSRV bump.
Thanks for the quick review. I've changed the diff accordingly. :)
Thanks!
Tests were broken.
This follows this PR in rustc: https://github.com/rust-lang/rust/pull/95345
Which breakage was discussed here: https://github.com/rust-lang/rust/issues/95732
Because this landed in 1.61.0, the MSRV has to be updated accordingly.