summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-90164.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/issue-90164.stderr')
-rw-r--r--tests/ui/typeck/issue-90164.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/typeck/issue-90164.stderr b/tests/ui/typeck/issue-90164.stderr
index 1e2f1bae3..8586f5222 100644
--- a/tests/ui/typeck/issue-90164.stderr
+++ b/tests/ui/typeck/issue-90164.stderr
@@ -6,7 +6,8 @@ LL | copy(r, w);
| |
| required by a bound introduced by this call
|
- = note: consider using `Box::pin`
+ = note: consider using the `pin!` macro
+ consider using `Box::pin` if you need to access the pinned value outside of the current scope
note: required by a bound in `copy`
--> $DIR/issue-90164.rs:1:12
|