diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/regions/outlives-with-missing.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/regions/outlives-with-missing.stderr b/tests/ui/regions/outlives-with-missing.stderr index e204c9187..0e3aaaf5f 100644 --- a/tests/ui/regions/outlives-with-missing.stderr +++ b/tests/ui/regions/outlives-with-missing.stderr @@ -7,6 +7,6 @@ LL | impl<H: HandlerFamily> HandlerWrapper<H> { LL | T: Send + Sync + 'static, | ^ help: a type parameter with a similar name exists: `H` -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0412`. |