rust/src/librustc_mir
kennytm 9dfb210761 Rollup merge of #45082 - jacwah:explain-E0382, r=steveklabnik
Mention Clone and refs in --explain E0382

I followed the discussion in #42446 and came up with these additions.

- Mention references before going into traits. They're probably more likely solutions.
- Mention `Clone` before `Copy`. Cloning has wider applicability and `#derive[Copy, Clone]` makes more sense after learning about `Clone`.

The language is not great, any suggestions there would be appreciated 
2017-10-19 01:59:46 +08:00
..
build restructure the public inhabitedness APIs and remove the cache 2017-10-16 17:32:21 -04:00
dataflow Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r=nikomatsakis 2017-10-08 18:12:26 +00:00
hair Auto merge of #44809 - arielb1:small-scope, r=eddyb 2017-09-25 12:52:02 +00:00
transform Add License to infer.rs 2017-10-13 08:43:27 -04:00
util Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1 2017-10-14 13:47:44 +00:00
borrow_check.rs Auto merge of #45025 - pnkfelix:mir-borrowck-moves-of-supporting-prefixes-invalidate-uses-too, r=arielb1 2017-10-13 04:00:55 +00:00
Cargo.toml Generate Idx in nll using newtype_index! 2017-10-04 23:50:53 -03:00
diagnostics.rs Improve E0382 extended help message 2017-10-14 21:27:41 +02:00
lib.rs Generate DepNodeIndexNew using newtype_index macro 2017-10-04 23:51:43 -03:00
shim.rs add lint levels to VisibilityScope 2017-09-24 12:46:00 +03:00