summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/issue-35987.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/issue-35987.stderr')
-rw-r--r--tests/ui/span/issue-35987.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/issue-35987.stderr b/tests/ui/span/issue-35987.stderr
index 057d40ac0..88c86d2a9 100644
--- a/tests/ui/span/issue-35987.stderr
+++ b/tests/ui/span/issue-35987.stderr
@@ -11,7 +11,7 @@ LL | impl<T: Clone, Add> Add for Foo<T> {
|
help: consider importing this trait instead
|
-LL | use std::ops::Add;
+LL + use std::ops::Add;
|
error: aborting due to previous error