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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue