Skip to content

Commit a4a5fa2

Browse files
committed
Review feedback: update fixme comment to reflect reality.
1 parent 2b5aa90 commit a4a5fa2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/librustc_mir/interpret/step.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ impl<'a, 'mir, 'tcx, M: Machine<'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M> {
7979
self.deallocate_local(old_val)?;
8080
}
8181

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

8786
// Validity checks.

0 commit comments

Comments
 (0)