rust/src/test/ui/issues/issue-14092.stderr

10 lines
278 B
Plaintext
Raw Normal View History

2018-08-22 01:12:23 +00:00
error[E0107]: wrong number of type arguments: expected 1, found 0
--> $DIR/issue-14092.rs:11:11
|
2018-02-23 00:42:32 +00:00
LL | fn fn1(0: Box) {}
| ^^^ expected 1 type argument
error: aborting due to previous error
2018-08-22 01:12:23 +00:00
For more information about this error, try `rustc --explain E0107`.