-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
cycle detected when evaluating type-level constant on invalid return type #114918
Comments
Looks more like a type check bug than a diagnostic issue per se. Output of
|
@rustbot claim |
@rustbot claim |
Contrary to my comment above, the issue is related to diagnostics (I know better now). It occurs because we mistake the block in the return type ( |
Code
Current output
Desired output
The text was updated successfully, but these errors were encountered: