fix a ui test

This commit is contained in:
Takayuki Maeda 2022-09-26 23:43:31 +09:00
parent 4f44dee501
commit 5d05908c70

View File

@ -1,6 +1,8 @@
error: structs are not allowed in struct definitions
--> $DIR/issue-101540.rs:2:5
|
LL | struct S1 {
| -- while parsing this struct
LL | struct S2 {
| ^^^^^^^^^
|