Skip to content

Commit

Permalink
Review feedback: update fixme comment to reflect reality.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed May 29, 2018
1 parent 2b5aa90 commit a4a5fa2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/librustc_mir/interpret/step.rs
Expand Up @@ -79,9 +79,8 @@ impl<'a, 'mir, 'tcx, M: Machine<'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M> {
self.deallocate_local(old_val)?;
}

// FIXME: is there some dynamic semantics we should attach to
// these? Or am I correct in thinking that the inerpreter
// is solely intended for borrowck'ed code?
// No dynamic semantics attached to `ReadForMatch`; MIR
// interpreter is solely intended for borrowck'ed code.
ReadForMatch(..) => {}

// Validity checks.
Expand Down

0 comments on commit a4a5fa2

Please sign in to comment.