mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fix unimplemented binary_ptr_op
This commit is contained in:
parent
274a49132b
commit
062053ba79
@ -474,7 +474,7 @@ impl<'mir, 'tcx> rustc_const_eval::interpret::Machine<'mir, 'tcx> for DummyMachi
|
||||
_left: &rustc_const_eval::interpret::ImmTy<'tcx, Self::Provenance>,
|
||||
_right: &rustc_const_eval::interpret::ImmTy<'tcx, Self::Provenance>,
|
||||
) -> interpret::InterpResult<'tcx, (interpret::Scalar<Self::Provenance>, bool, Ty<'tcx>)> {
|
||||
unimplemented!()
|
||||
throw_unsup!(Unsupported("".into()))
|
||||
}
|
||||
|
||||
fn expose_ptr(
|
||||
|
Loading…
Reference in New Issue
Block a user