rust/src/test/ui/issue-14092.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

10 lines
278 B
Plaintext

error[E0243]: wrong number of type arguments: expected 1, found 0
--> $DIR/issue-14092.rs:11:11
|
LL | fn fn1(0: Box) {}
| ^^^ expected 1 type argument
error: aborting due to previous error
For more information about this error, try `rustc --explain E0243`.