Skip to content

Commit 3911388

Browse files
committed
remove ICEin intrinsic
1 parent 552775b commit 3911388

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shims/intrinsics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
217217
this.write_immediate(*val, place.into())?;
218218
}
219219

220-
"breakpoint" => unimplemented!(), // halt miri
221-
222220
#[rustfmt::skip]
223221
| "copy"
224222
| "copy_nonoverlapping"

0 commit comments

Comments
 (0)