summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generator/reborrow-mut-upvar.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/generator/reborrow-mut-upvar.stderr')
-rw-r--r--src/test/ui/generator/reborrow-mut-upvar.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/generator/reborrow-mut-upvar.stderr b/src/test/ui/generator/reborrow-mut-upvar.stderr
index e83dbf833..2e1fec35e 100644
--- a/src/test/ui/generator/reborrow-mut-upvar.stderr
+++ b/src/test/ui/generator/reborrow-mut-upvar.stderr
@@ -8,7 +8,7 @@ LL | | yield;
... |
LL | | *bar = 2;
LL | | };
- | |______^
+ | |_____^
|
= note: generators are lazy and do nothing unless resumed
= note: `#[warn(unused_must_use)]` on by default