rust/src/test/ui/issue-18819.stderr

13 lines
410 B
Plaintext
Raw Normal View History

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> $DIR/issue-18819.rs:26:5
|
2018-02-22 18:42:32 -06:00
LL | fn print_x(_: &Foo<Item=bool>, extra: &str) {
| ------------------------------------------- defined here
...
2018-02-22 18:42:32 -06:00
LL | print_x(X);
| ^^^^^^^^^^ expected 2 parameters
error: aborting due to previous error
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0061"