Skip to content

Commit 20984ea

Browse files
committed
tests: ui: compile-fail: init: fix stderr
1 parent b9fdc5d commit 20984ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
| $($acc)*
15+
|4 $($acc)*
1616
~ } });
1717
|
1818

0 commit comments

Comments
 (0)