diff options
Diffstat (limited to 'tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr')
-rw-r--r-- | tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr b/tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr index 2c8c85bb1..ba7573839 100644 --- a/tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr +++ b/tests/ui/pattern/usefulness/issue-82772-match-box-as-struct.stderr @@ -4,6 +4,6 @@ error[E0451]: field `1` of struct `Box` is private LL | let Box { 1: _, .. }: Box<()>; | ^^^^ private field -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0451`. |