Skip to content

Commit 12af8ac

Browse files
Fix typo
1 parent 15aa85f commit 12af8ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ui/range/missleading-field-access-hint.stderr renamed to tests/ui/range/misleading-field-access-hint.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 `w` in this scope
2-
--> $DIR/missleading-field-access-hint.rs:6:17
2+
--> $DIR/misleading-field-access-hint.rs:6:17
33
|
44
LL | for _ in 0..w {
55
| ^ not found in this scope

0 commit comments

Comments
 (0)