Skip to content

Commit 1c30859

Browse files
committed
Restore termDrop name and drop iterator-simple show snapshot
1 parent b6cbb56 commit 1c30859

3 files changed

Lines changed: 1 addition & 19 deletions

File tree

kmir/src/kmir/kdist/mir-semantics/kmir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Drops are elaborated to Noops but still define the continuing control flow. Unre
753753
syntax KItem ::= #execDropCall ( MaybeTy, Place, BasicBlockIdx, UnwindAction, Span )
754754
| #callDropGlue ( Ty, BasicBlockIdx, UnwindAction, Span )
755755
756-
rule [termDropGlue]: <k> #execTerminator(terminator(terminatorKindDrop(PLACE, TARGET, UNWIND), SPAN))
756+
rule [termDrop]: <k> #execTerminator(terminator(terminatorKindDrop(PLACE, TARGET, UNWIND), SPAN))
757757
=>
758758
#execDropCall(#lookupDropFunctionTy(#dropPlaceTy(PLACE, LOCALS)), PLACE, TARGET, UNWIND, SPAN)
759759
...

kmir/src/tests/integration/data/prove-rs/show/iterator-simple.main.expected

Lines changed: 0 additions & 17 deletions
This file was deleted.

kmir/src/tests/integration/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
'raw-ptr-cast-fail',
5858
'transmute-u8-to-enum-fail',
5959
'assert-inhabited-fail',
60-
'iterator-simple',
6160
'unions-fail',
6261
'transmute-maybe-uninit-fail',
6362
'ptr-through-wrapper-fail',

0 commit comments

Comments
 (0)