rust/src/librustc_borrowck
Steve Klabnik 674f71edd0 Rollup merge of #31270 - ruud-v-a:improve-e0507, r=steveklabnik
E0507 can occur when you try to move out of a member of a mutably borrowed struct, in which case `mem::replace` can help. Mentioning that here hopefully saves future users a trip to Google.
2016-02-02 00:32:18 -05:00
..
borrowck Implement MultiSpan error reporting 2016-01-28 20:51:06 +01:00
diagnostics.rs Improve message for rustc --explain E0507 2016-01-28 22:27:41 +01:00
graphviz.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00