We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeca6ee commit 20a2605Copy full SHA for 20a2605
src/test/ui/refutable-pattern-errors.rs
@@ -1,4 +1,4 @@
1
-// ignore-line-length
+// ignore-tidy-linelength
2
3
fn func((1, (Some(1), 2..=3)): (isize, (Option<isize>, isize))) { }
4
//~^ ERROR refutable pattern in function argument: `(_, _)` not covered
0 commit comments