Review feedback: update fixme comment to reflect reality.
This commit is contained in:
parent
2b5aa90500
commit
a4a5fa2934
1 changed files with 2 additions and 3 deletions
|
@ -79,9 +79,8 @@ impl<'a, 'mir, 'tcx, M: Machine<'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M> {
|
||||||
self.deallocate_local(old_val)?;
|
self.deallocate_local(old_val)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: is there some dynamic semantics we should attach to
|
// No dynamic semantics attached to `ReadForMatch`; MIR
|
||||||
// these? Or am I correct in thinking that the inerpreter
|
// interpreter is solely intended for borrowck'ed code.
|
||||||
// is solely intended for borrowck'ed code?
|
|
||||||
ReadForMatch(..) => {}
|
ReadForMatch(..) => {}
|
||||||
|
|
||||||
// Validity checks.
|
// Validity checks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue