We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcb938 commit 0e1402dCopy full SHA for 0e1402d
src/test/ui/while-let.stderr
@@ -27,6 +27,7 @@ warning: irrefutable while-let pattern
27
|
28
LL | / while let a = 1 { //~ WARN irrefutable while-let
29
LL | | println!("irrefutable pattern");
30
+LL | | break;
31
LL | | }
32
| |_____^
33
0 commit comments