-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All fixed-size array impls show up as <unevaluated[]>
#49208
Comments
I can't reproduce triggering an error with these messages, do you have an example? I need it for a regression test, the fix was indeed as simple
|
It only appears if you explicitly disambiguate the trait, like |
@oli-obk are you displaying these as |
@estebank that would be a better fallback than |
@estebank That's better in some ways, but kinda implies that |
…ebank Produce nice array lengths on a best effort basis fixes rust-lang#49208 r? @estebank
…ebank Produce nice array lengths on a best effort basis fixes rust-lang#49208 r? @estebank
…ebank Produce nice array lengths on a best effort basis fixes rust-lang#49208 r? @estebank
After #46882, when a trait bound fails and the trait was implemented by fixed-size arrays, the compiler will display an error like:
Which is pretty unhelpful. A solution would be to evaluate these and/or to show evaluated bounds preferably.
The text was updated successfully, but these errors were encountered: