Skip to content

Instantly share code, notes, and snippets.

@memoryruins
Created August 9, 2018 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memoryruins/b5a05efbd217608ca010c1f2252ef5c6 to your computer and use it in GitHub Desktop.
Save memoryruins/b5a05efbd217608ca010c1f2252ef5c6 to your computer and use it in GitHub Desktop.
nll bootstrap: libsyntax_ext error
error: variable does not need to be mutable
--> libsyntax_ext\deriving\generic\mod.rs:557:21
|
557 | let mut bounds: Vec<_> =
| ----^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
error: aborting due to previous error
error: Could not compile `syntax_ext`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment