We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Seems similar to #61368, but different:
#![feature(const_generics)] fn f<const LEN: usize>() { let a = [true; LEN]; }
play link
@varkor @yodaldevoid
The text was updated successfully, but these errors were encountered:
Both error message and code look very similar to #61336 , just that the type is set/fixed.
Sorry, something went wrong.
This definitely seems to be a problem with repeat expressions in particular.
Closing as a duplicate of #61336. Sorry :P
No branches or pull requests
Seems similar to #61368, but different:
play link
@varkor @yodaldevoid
The text was updated successfully, but these errors were encountered: