mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 17:07:36 +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)?;
|
||||
}
|
||||
|
||||
// Validity checks. Not yet implemented.
|
||||
Validate(_, _) => {}
|
||||
|
||||
// Just a borrowck thing
|
||||
EndRegion(..) => {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user