about summary refs log tree commit diff
path: root/tests/ui/wf/wf-in-fn-arg.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wf/wf-in-fn-arg.stderr')
-rw-r--r--tests/ui/wf/wf-in-fn-arg.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/wf/wf-in-fn-arg.stderr b/tests/ui/wf/wf-in-fn-arg.stderr
index 8f22edd17a1..2cf51987e45 100644
--- a/tests/ui/wf/wf-in-fn-arg.stderr
+++ b/tests/ui/wf/wf-in-fn-arg.stderr
@@ -9,7 +9,7 @@ note: required by a bound in `MustBeCopy`
    |
 LL | struct MustBeCopy<T:Copy> {
    |                     ^^^^ required by this bound in `MustBeCopy`
-help: consider restricting type parameter `T`
+help: consider restricting type parameter `T` with trait `std::marker::Copy`
    |
 LL | fn bar<T: std::marker::Copy>(_: &MustBeCopy<T>)
    |         +++++++++++++++++++