We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e8d20 commit 6fca409Copy full SHA for 6fca409
tests/crashes/131451.rs
@@ -0,0 +1,9 @@
1
+//@ known-bug: #131451
2
+//@ needs-rustc-debug-assertions
3
+//@ compile-flags: -Zmir-opt-level=5 -Zvalidate-mir
4
+
5
+fn check_multiple_lints_3(terminate: bool) {
6
+ while true {}
7
8
+ while !terminate {}
9
+}
0 commit comments