summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/struct-literal-in-for.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/struct-literal-in-for.stderr')
-rw-r--r--src/test/ui/parser/struct-literal-in-for.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/struct-literal-in-for.stderr b/src/test/ui/parser/struct-literal-in-for.stderr
index 4b191710c..1c91eba68 100644
--- a/src/test/ui/parser/struct-literal-in-for.stderr
+++ b/src/test/ui/parser/struct-literal-in-for.stderr
@@ -24,7 +24,7 @@ LL | | }.hi() {
| |__________^ `bool` is not an iterator
|
= help: the trait `Iterator` is not implemented for `bool`
- = note: required because of the requirements on the impl of `IntoIterator` for `bool`
+ = note: required for `bool` to implement `IntoIterator`
error: aborting due to 2 previous errors