We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e7c0 commit b86c050Copy full SHA for b86c050
src/librustc_mir/interpret/place.rs
@@ -669,7 +669,7 @@ where
669
&mut self,
670
src: Immediate<M::PointerTag>,
671
dest: MPlaceTy<'tcx, M::PointerTag>,
672
- ) -> EvalResult<'tcx> {
+ ) -> InterpResult<'tcx> {
673
self.write_immediate_to_mplace_no_validate(src, dest)?;
674
675
if M::enforce_validity(self) {
0 commit comments