-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Can't cast char
to char
#12655
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
Comments
This also gives an error for any type that's not one of the numeric built-in types. I don't think it needs to be supported. Making |
I think allowing |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 25, 2022
…n-target, r=flodiebold Ignore the `bin` artifact for `bench` targets Just like `test`. Fixes rust-lang#12645. I don't know how to test that.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 27, 2024
…, r=xFrednet Add applicability filter to lint list page changelog: Add applicability filter to lint list website. Fixes rust-lang#7958 Desktop view:  Mobile view: 
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All other types can be cast to themselves just fine, but trying to compile
gives
The text was updated successfully, but these errors were encountered: