Skip to content

Commit e0e62fc

Browse files
committed
Fix up an ui test
1 parent 7374fdc commit e0e62fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/ui/issue-32950.stderr

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
error: `derive` cannot be used on items with type macros
22
--> $DIR/issue-32950.rs:15:5
33
|
4-
15 | / concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
5-
16 | | );
6-
| |_^
4+
15 | concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^
76

87
error: aborting due to previous error
98

0 commit comments

Comments
 (0)