summaryrefslogtreecommitdiffstats
path: root/tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr')
-rw-r--r--tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr b/tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr
index d3b752507..9dab3e522 100644
--- a/tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr
+++ b/tests/ui/mismatched_types/method-help-unsatisfied-bound.stderr
@@ -10,7 +10,8 @@ note: required by a bound in `Result::<T, E>::unwrap`
--> $SRC_DIR/core/src/result.rs:LL:COL
help: consider annotating `Foo` with `#[derive(Debug)]`
|
-LL | #[derive(Debug)]
+LL + #[derive(Debug)]
+LL | struct Foo;
|
error: aborting due to previous error