blob: 3b691bbb0330f587f82f381477a1e64e6233a6f9 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0131]: `main` function is not allowed to have lifetime parameters
--> $DIR/issue-51022.rs:11:8
|
LL | fn main<'a>() { }
| ^^^^ `main` cannot have lifetime parameters
error: aborting due to previous error
For more information about this error, try `rustc --explain E0131`.
|