Skip to content

Commit 4793681

Browse files
committed
fix for-loop-diagnostic-span.stderr
1 parent 2dfaa86 commit 4793681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/for-loop-while/for-loop-diagnostic-span.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0425]: cannot find value `foo` in this scope
2-
--> $DIR/for-expn.rs:6:7
2+
--> $DIR/for-loop-diagnostic-span.rs:6:7
33
|
44
LL | foo
55
| ^^^ not found in this scope

0 commit comments

Comments
 (0)