summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/copy-guessing.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/copy-guessing.stderr')
-rw-r--r--tests/ui/traits/copy-guessing.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/copy-guessing.stderr b/tests/ui/traits/copy-guessing.stderr
index 568b7e5a6..7e676c9da 100644
--- a/tests/ui/traits/copy-guessing.stderr
+++ b/tests/ui/traits/copy-guessing.stderr
@@ -2,7 +2,7 @@ error[E0282]: type annotations needed for `Option<T>`
--> $DIR/copy-guessing.rs:20:9
|
LL | let n = None;
- | ^
+ | ^ ---- type must be known at this point
|
help: consider giving `n` an explicit type, where the type for type parameter `T` is specified
|