Fix unimplemented binary_ptr_op
This commit is contained in:
parent
274a49132b
commit
062053ba79
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
_left: &rustc_const_eval::interpret::ImmTy<'tcx, Self::Provenance>,
|
||||||
_right: &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>)> {
|
) -> interpret::InterpResult<'tcx, (interpret::Scalar<Self::Provenance>, bool, Ty<'tcx>)> {
|
||||||
unimplemented!()
|
throw_unsup!(Unsupported("".into()))
|
||||||
}
|
}
|
||||||
|
|
||||||
fn expose_ptr(
|
fn expose_ptr(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue