There was an error while loading. Please reload this page.
check-pass
1 parent 0ef08fb commit 5a0ba5dCopy full SHA for 5a0ba5d
2 files changed
tests/crashes/135020.rs
tests/ui/layout/issue-135020-unexpected-unsized-field.rs
@@ -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