diff options
Diffstat (limited to 'tests/ui/transmutability/references/unit-to-u8.stderr')
-rw-r--r-- | tests/ui/transmutability/references/unit-to-u8.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/transmutability/references/unit-to-u8.stderr b/tests/ui/transmutability/references/unit-to-u8.stderr index f2b72357f..a0891dfd0 100644 --- a/tests/ui/transmutability/references/unit-to-u8.stderr +++ b/tests/ui/transmutability/references/unit-to-u8.stderr @@ -20,6 +20,6 @@ LL | | } LL | | }> | |__________^ required by this bound in `is_maybe_transmutable` -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`. |