fasteval icon indicating copy to clipboard operation
fasteval copied to clipboard

Rust can parse Very Long nine tails since 1.55.0

Open nabijaczleweli opened this issue 3 years ago • 3 comments

False negative in the test, nbd

nabijaczleweli avatar Nov 02 '21 11:11 nabijaczleweli

I think should be conditionalized on rust version. With rust 1.54.0 this test now fails.

keszybz avatar Nov 17 '21 08:11 keszybz

Yeah, fair. cfg(version) is experimental, so I effectively inlined the rustc_version crate, and pick the old path before rustc 1.55

nabijaczleweli avatar Nov 17 '21 15:11 nabijaczleweli

I tested this with rust-1.54.0-1.fc33.x86_64 and cargo-1.56.1-1.fc33.x86_64 and the tests pass in both cases.

keszybz avatar Nov 18 '21 08:11 keszybz