diff options
Diffstat (limited to 'tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr')
-rw-r--r-- | tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr b/tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr index 31ab589cf..2c8d94316 100644 --- a/tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr +++ b/tests/ui/derives/derives-span-Clone-enum-struct-variant.stderr @@ -14,6 +14,6 @@ LL + #[derive(Clone)] LL | struct Error; | -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`. |