Regression in type annotations needed for
check between 1.79 and 1.80
#128242
Labels
C-discussion
Category: Discussion or questions that doesn't represent real issues.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
Code
I tried this code:
Code in question for this version: https://github.com/time-rs/time/blob/f11f9b2a0c8d17badd96a8a9167d81466a3fa39b/time/src/format_description/parse/mod.rs#L66-L87
This existing source code should continue to work fine between Rust 1.79 and 1.80.
Instead, this happened:
Version it worked on
It most recently worked on: 1.79
Version with regression
rustc --version --verbose
:I think the issue was fixed by this change in
time
for0.3.35
. However, it should still not fail between regular Rustc version upgrades.Apparent fix in
time @ 0.3.35
: time-rs/time@5b0c627 - time-rs/time#671The text was updated successfully, but these errors were encountered: