update for rustc changes: treat new MIR commands as NOP

This commit is contained in:
Ralf Jung 2017-06-16 15:50:59 -07:00 committed by Oliver Schneider
parent 03ca15e62d
commit d2a9235c63
No known key found for this signature in database
GPG Key ID: A69F8D225B3AD7D9

View File

@ -127,6 +127,9 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
self.deallocate_local(old_val)?;
}
// Validity checks. Not yet implemented.
Validate(_, _) => {}
// Just a borrowck thing
EndRegion(..) => {}