summary refs log tree commit diff
path: root/src/test/ui/issue-18819.stderr
blob: 86926863598b2108d3862570617651bd609be756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0061]: this function takes 2 parameters but 1 parameter was supplied
  --> $DIR/issue-18819.rs:26:5
   |
LL | fn print_x(_: &Foo<Item=bool>, extra: &str) {
   | ------------------------------------------- defined here
...
LL |     print_x(X);
   |     ^^^^^^^^^^ expected 2 parameters

error: aborting due to previous error

For more information about this error, try `rustc --explain E0061`.