Beta regression error "trait ... is not implemented for usize
"
#56020
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Hello,
I have hit this strange error after updating the nightly(and beta) compiler. I tried the code below, this is a minimized version from a larger code base. Here is it on playground.
I am getting this error and I don't know how
usize
is involved here.After bisecting for a while, I discovered the error appears starting with this version of nightly:
The build from the day before doesn't show this error (and stable is also fine):
The text was updated successfully, but these errors were encountered: