about summary refs log tree commit diff
path: root/tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr')
-rw-r--r--tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr b/tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr
index 8c9d06c79ca..eab5bea681c 100644
--- a/tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr
+++ b/tests/ui/async-await/debug-ice-attempted-to-add-with-overflow.stderr
@@ -7,7 +7,7 @@ LL |     [0usize; 0xffff_ffff_ffff_ffff].await;
    |                                    |`[usize; usize::MAX]` is not a future
    |                                    help: remove the `.await`
    |
-   = help: the trait `Future` is not implemented for `[usize; usize::MAX]`
+   = help: the trait `Future` is not implemented for `[usize; usize::MAX]`, which is required by `[usize; usize::MAX]: IntoFuture`
    = note: [usize; usize::MAX] must be a future or must implement `IntoFuture` to be awaited
    = note: required for `[usize; usize::MAX]` to implement `IntoFuture`