-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
1u32 << 1u32 doesn't work #15223
Comments
Indeed, this changed as part of the removal of integer inference fallback. I believe all shifts now are |
@brson Weird thing is that this code works:
|
As a language item, the As a library feature, |
…ssing, r=HKalbasi Don't show `unresolved-field` diagnostic for missing names I don't think reporting ``"no field `[missing name]` on type `SomeType`"`` makes much sense because it's a syntax error rather than a semantic error. We already report a syntax error for it and I find it sufficient.
Code:
results in:
Not sure it is a bug, at least it worked several days ago.
The text was updated successfully, but these errors were encountered: