diff options
Diffstat (limited to 'tests/ui/layout/transmute-to-tail-with-err.stderr')
-rw-r--r-- | tests/ui/layout/transmute-to-tail-with-err.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/layout/transmute-to-tail-with-err.stderr b/tests/ui/layout/transmute-to-tail-with-err.stderr index 97ab59c39..433c6b38d 100644 --- a/tests/ui/layout/transmute-to-tail-with-err.stderr +++ b/tests/ui/layout/transmute-to-tail-with-err.stderr @@ -9,6 +9,6 @@ help: you might be missing a type parameter LL | struct Bar<T>(Box<dyn Trait<T>>); | +++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0412`. |