2020-10-06 09:37:23 -05:00
|
|
|
error[E0107]: wrong number of type arguments: expected at least 1, found 0
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-14092.rs:1:11
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | fn fn1(0: Box) {}
|
2020-10-06 09:37:23 -05:00
|
|
|
| ^^^ expected at least 1 type argument
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-08-21 20:12:23 -05:00
|
|
|
For more information about this error, try `rustc --explain E0107`.
|