summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-check/issue-88577-check-fn-with-more-than-65535-arguments.stderr
blob: 615fd2ccb04af04942a0d40d12aeffb7274f0a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: function can not have more than 65535 arguments
  --> $DIR/issue-88577-check-fn-with-more-than-65535-arguments.rs:6:24
   |
LL |           fn _f($($t: ()),*) {}
   |  ________________________^
LL | |     }
LL | | }
LL | |
LL | | many_args!{[_]########## ######}
   | |____________^

error: aborting due to previous error