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

error: aborting due to previous error