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? 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
Noticed this when seeing a u8 as uint cast
The text was updated successfully, but these errors were encountered:
Type casts are considered pure. The below function compiles fine. If I misunderstood what you're saying, explain what you mean and reopen.
pure fn test(x: int) -> uint { x as uint }
Sorry, something went wrong.
Adding documentation links for arm crc32 intrinsics (rust-lang#1316)
79fdc5d
Document ErrorGuaranteed (rust-lang#1316)
7332ae8
* document ErrorGuaranteed * Fix typos Co-authored-by: pierwill <[email protected]> * Clarify Niko comment Co-authored-by: Niko Matsakis <[email protected]> Co-authored-by: pierwill <[email protected]> Co-authored-by: Niko Matsakis <[email protected]>
f320bf7
No branches or pull requests
Noticed this when seeing a u8 as uint cast
The text was updated successfully, but these errors were encountered: