summary refs log tree commit diff
path: root/src/test/ui/issue-14092.stderr
blob: f90ea4776ab7c47e9a8d97b6e31ebff9c2de706c (plain)
1
2
3
4
5
6
7
8
9
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`.