summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0131.stderr
blob: 3a485cdf3fdf14acf541fd8d94d2c4a632c33922 (plain)
1
2
3
4
5
6
7
8
9
error[E0131]: `main` function is not allowed to have generic parameters
  --> $DIR/E0131.rs:1:8
   |
LL | fn main<T>() {
   |        ^^^ `main` cannot have generic parameters

error: aborting due to 1 previous error

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