mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-11 01:17:39 +00:00
update for rustc changes: treat new MIR commands as NOP
This commit is contained in:
parent
03ca15e62d
commit
d2a9235c63
@ -127,6 +127,9 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
|||||||
self.deallocate_local(old_val)?;
|
self.deallocate_local(old_val)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Validity checks. Not yet implemented.
|
||||||
|
Validate(_, _) => {}
|
||||||
|
|
||||||
// Just a borrowck thing
|
// Just a borrowck thing
|
||||||
EndRegion(..) => {}
|
EndRegion(..) => {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user