rust/src/test/ui/error-codes/E0243.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

9 lines
282 B
Text

error[E0243]: wrong number of type arguments: expected 1, found 0
--> $DIR/E0243.rs:12:17
|
LL | struct Bar { x: Foo }
| ^^^ expected 1 type argument
error: aborting due to previous error
For more information about this error, try `rustc --explain E0243`.