summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0131.stderr
blob: d97e00fb82df1d727d3308f2de8e1ac21135f490 (plain)
1
2
3
4
5
6
7
8
error[E0131]: main function is not allowed to have type parameters
  --> $DIR/E0131.rs:11:8
   |
11 | fn main<T>() {
   |        ^^^ main cannot have type parameters

error: aborting due to previous error