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
This may be fallout from recent borrow checker changes. Some examples:
Yields an ICE:
[06:53:54] <dbaupp> rusti: unsafe { (~[]).unsafe_get(1) } --> ICE! Both of these work, one warns that the unsafe block is not needed:
[06:54:28] rusti: unsafe { ([1i,2]).unsafe_get(1) } [06:55:08] rusti: ([1i,2]).unsafe_get(1) [06:55:09] 2
The text was updated successfully, but these errors were encountered:
ICE may be related to #5062
Sorry, something went wrong.
Dup of #3080, I guess.
Auto merge of rust-lang#6369 - camsteffen:cast-cfg, r=Manishearth
58a2bc4
Disable unnecessary_cast for cfg-dependant types changelog: Disable unnecessary_cast for cfg-dependant types Fix rust-lang#6331
No branches or pull requests
This may be fallout from recent borrow checker changes. Some examples:
Yields an ICE:
[06:54:28] rusti: unsafe { (
[1i,2]).unsafe_get(1) }[1i,2]).unsafe_get(1)[06:55:08] rusti: (
[06:55:09] 2
The text was updated successfully, but these errors were encountered: