Type inference regression from 1.14.0 to 1.15.0 #41194
Labels
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This code:
stopped compiling in 1.15.0 with:
If you change the cast on line 7 to the concrete type
usize
, it compiles fine on 1.15.0 (and later)The text was updated successfully, but these errors were encountered: