Remove unnecessary comment

Turns out I didn't read the original comment correctly and had some
confusion about how MIR uses temporaries.
This commit is contained in:
ashtneoi 2018-08-13 16:06:08 -07:00
parent 0a82abc47b
commit a583aa642e

View File

@ -55,8 +55,6 @@ enum GroupedMoveError<'tcx> {
binds_to: Vec<Local>,
},
// Everything that isn't from pattern matching.
// FIXME(ashtneoi): I think this is only for moves into temporaries, as
// when returning a value. Clarification needed.
OtherIllegalMove {
original_path: Place<'tcx>,
span: Span,