mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
wildcard_match_arm: update ui test stderr
This commit is contained in:
parent
c7ae44c0e2
commit
c676578097
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
error: wildcard match will miss any future added variants.
|
||||
--> $DIR/wildcard_match_arm.rs:26:3
|
||||
--> $DIR/wildcard_match_arm.rs:26:9
|
||||
|
|
||||
LL | _ => eprintln!("Not red"),
|
||||
| ^
|
||||
|
|
Loading…
Add table
Reference in a new issue