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 2071fc2 commit 09c8d23Copy full SHA for 09c8d23
tests/crashes/131342.rs renamed to tests/ui/mir/mir-inlining/ice-issue-131342.rs
@@ -1,4 +1,5 @@
1
-//@ known-bug: #131342
+//@ build-pass
2
+//@ compile-flags: -Zmir-opt-level=2 -Zinline-mir
3
4
fn main() {
5
let mut items = vec![1, 2, 3, 4, 5].into_iter();
0 commit comments