update for rustc changes: treat new MIR commands as NOP
This commit is contained in:
parent
03ca15e62d
commit
d2a9235c63
1 changed files with 3 additions and 0 deletions
|
|
@ -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(..) => {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue