mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
wildcard_match_arm: update ui test stderr
This commit is contained in:
parent
c7ae44c0e2
commit
c676578097
@ -1,5 +1,5 @@
|
|||||||
error: wildcard match will miss any future added variants.
|
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"),
|
LL | _ => eprintln!("Not red"),
|
||||||
| ^
|
| ^
|
||||||
|
Loading…
Reference in New Issue
Block a user