Skip to content

Commit 0e1402d

Browse files
committed
bless ui/while-let
1 parent afcb938 commit 0e1402d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/while-let.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ warning: irrefutable while-let pattern
2727
|
2828
LL | / while let a = 1 { //~ WARN irrefutable while-let
2929
LL | | println!("irrefutable pattern");
30+
LL | | break;
3031
LL | | }
3132
| |_____^
3233

0 commit comments

Comments
 (0)