2017-12-10 13:47:55 -06:00
|
|
|
error[E0243]: wrong number of type arguments: expected 1, found 0
|
|
|
|
--> $DIR/issue-14092.rs:11:11
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | fn fn1(0: Box) {}
|
2017-12-10 13:47:55 -06:00
|
|
|
| ^^^ expected 1 type argument
|
|
|
|
|
|
|
|
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 E0243"
|