We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if 1 as f32 < 2.
prints out the error message
expected type, found token LIT_INT_UNSUFFIXED(2i64)
However, >, ==, and != do the right thing.
>
==
!=
The text was updated successfully, but these errors were encountered:
This now says 'expected type, found 2'.
I feel like this is a dup...
Sorry, something went wrong.
This is in fact a duplicate. #11962
Auto merge of rust-lang#14995 - Veykril:proc-macro-slow-test, r=lnicola
1c25885
fix: Fix proc-macro slow test
No branches or pull requests
prints out the error message
However,
>
,==
, and!=
do the right thing.The text was updated successfully, but these errors were encountered: