rust/src/librustc_mir
bors e4378412ec Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper
[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
2018-07-30 10:19:38 +00:00
..
borrow_check Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
build Remove unused muts 2018-07-29 18:04:09 +01:00
dataflow
hair
interpret Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
monomorphize Remove unused muts 2018-07-29 18:04:09 +01:00
transform Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
util Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
Cargo.toml
diagnostics.rs
lib.rs
shim.rs