blob: 82a90fff342089da7387788d83806707c1ba3ced (
plain)
1
2
3
4
5
6
7
8
|
error[E0243]: wrong number of type arguments: expected 1, found 0
--> $DIR/E0243.rs:12:17
|
12 | struct Bar { x: Foo }
| ^^^ expected 1 type argument
error: aborting due to previous error
|