summary refs log tree commit diff
path: root/src/test/ui/issues/issue-14092.stderr
blob: b749c44780d962f7ae36743bde348b91d7a671e0 (plain)
1
2
3
4
5
6
7
8
9
error[E0107]: wrong number of type arguments: expected at least 1, found 0
  --> $DIR/issue-14092.rs:1:11
   |
LL | fn fn1(0: Box) {}
   |           ^^^ expected at least 1 type argument

error: aborting due to previous error

For more information about this error, try `rustc --explain E0107`.