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:
parent
0a82abc47b
commit
a583aa642e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user