blob: 2cc1c7a2e7269bec6d6ceb6d1570e6b17e1c2019 [file] [log] [blame]
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> $DIR/issue-58451.rs:12:9
|
LL | f(&[f()]);
| ^-- supplied 0 arguments
| |
| expected 1 argument
|
note: function defined here
--> $DIR/issue-58451.rs:5:4
|
LL | fn f<I>(i: I)
| ^ ----
error: aborting due to previous error
For more information about this error, try `rustc --explain E0061`.