Skip to content

Commit 514360b

Browse files
check-pass test for a MRE of #135020
Signed-off-by: FedericoBruzzone <[email protected]>
1 parent 0ef08fb commit 514360b

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

tests/crashes/135020.rs

-11
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//@ check-pass
2+
3+
fn problem_thingy(items: &mut impl Iterator<Item = str>) {
4+
items.peekable();
5+
}
6+
7+
fn main() {}

0 commit comments

Comments
 (0)