Skip to content

Commit 43f0424

Browse files
committed
tests: ui: fix line numbers
1 parent c9d062a commit 43f0424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/compile-fail/init/wrong_generics2.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ help: you might have forgotten to add the struct literal inside the block
1212
--> src/macros.rs
1313
|
1414
~ ::core::ptr::write($slot, $t { SomeStruct {
15-
|6 $($acc)*
15+
|0 $($acc)*
1616
~ } });
1717
|
1818

0 commit comments

Comments
 (0)