Skip to content

Commit

Permalink
bless ui/while-let
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jan 12, 2019
1 parent afcb938 commit 0e1402d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/while-let.stderr
Expand Up @@ -27,6 +27,7 @@ warning: irrefutable while-let pattern
|
LL | / while let a = 1 { //~ WARN irrefutable while-let
LL | | println!("irrefutable pattern");
LL | | break;
LL | | }
| |_____^

0 comments on commit 0e1402d

Please sign in to comment.