summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0243.stderr
blob: 0477d1b844a10920a37674e6c0a51be9f6c30440 (plain)
1
2
3
4
5
6
7
8
9
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`.