[NLL] Fix some things for bootstrap Some changes that are required when bootstrapping rustc with NLL enabled. * Remove a bunch of unused `mut`s that aren't needed, but the existing lint doesn't catch. * Rewrite a function call to satisfy NLL borrowck. Note that the borrow is two-phase, but gets activated immediately by an unsizing coercion. cc #51823 |
||
|---|---|---|
| .. | ||
| borrow_check | ||
| build | ||
| dataflow | ||
| hair | ||
| interpret | ||
| monomorphize | ||
| transform | ||
| util | ||
| Cargo.toml | ||
| diagnostics.rs | ||
| lib.rs | ||
| shim.rs | ||