Skip to content

Commit c9ee8a1

Browse files
committed
fixed line number in error-codes/E0381-duplicated-label.stderr
1 parent c1ddffb commit c9ee8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/error-codes/E0381-duplicated-label.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0381]: used binding `blah` is possibly-uninitialized
2-
--> $DIR/E0381-duplicated-label.rs:8:33
2+
--> $DIR/E0381-duplicated-label.rs:11:33
33
|
44
LL | let blah: Option<String>;
55
| ---- binding declared here but left uninitialized

0 commit comments

Comments
 (0)