aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-02-07 21:21:59 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-02-07 21:21:59 -0800
commitbdb4b594076d78127b99a3da768e369499e324de (patch)
treec3821c6a41153d0db6003f280d0e64063d0162f5
parentc2aeca9c00b12b6f87e2e7cb545c160e6b4aa18f (diff)
downloadquote-bdb4b594076d78127b99a3da768e369499e324de.tar.gz
Update ui test suite to nightly-2024-02-08
-rw-r--r--tests/ui/not-repeatable.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/not-repeatable.stderr b/tests/ui/not-repeatable.stderr
index ed69ea3..606d8b4 100644
--- a/tests/ui/not-repeatable.stderr
+++ b/tests/ui/not-repeatable.stderr
@@ -26,4 +26,9 @@ note: the traits `ToTokens` and `Iterator` must be implemented
|
| pub trait Iterator {
| ^^^^^^^^^^^^^^^^^^
+ = help: items from traits can only be used if the trait is implemented and in scope
+ = note: the following traits define an item `quote_into_iter`, perhaps you need to implement one of them:
+ candidate #1: `ext::RepIteratorExt`
+ candidate #2: `ext::RepToTokensExt`
+ candidate #3: `ext::RepAsIteratorExt`
= note: this error originates in the macro `$crate::quote_bind_into_iter` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)