mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
wildcard_match_arm: add nesting issue to known.
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
///
|
||||
/// **Why is this bad?** New enum variants added by library updates can be missed.
|
||||
///
|
||||
/// **Known problems:** None.
|
||||
/// **Known problems:** Nested wildcards a la `Foo(_)` are currently not detected.
|
||||
///
|
||||
/// **Example:**
|
||||
/// ```rust
|
||||
|
||||
Reference in New Issue
Block a user