-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Unparseable type suggested in error message #40859
Comments
Duplicate of #40823. |
#40823 says it only happens on nightly, but the example here does indeed have the same problem on stable and beta too, so maybe it's not actually a duplicate. Here it is on the playground.
|
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 29, 2017
borrowck: consolidate `mut` suggestions This converts all of borrowck's `mut` suggestions to a new `mc::ImmutabilityBlame` API instead of the current mix of various hacks. Fixes rust-lang#35937. Fixes rust-lang#40823. Fixes rust-lang#40859. cc @estebank r? @pnkfelix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gives error:
It suggests the type
&mut [&mut mut u8]
but that is not a valid Rust type. Happens in stable, beta, nightly.The text was updated successfully, but these errors were encountered: