Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
entry-point
/
main-with-lifetime-param.rs
blob: cb8cba12a58f2d6692350f6a346631ab82ca5a3f [
file
] [
log
] [
blame
] [
edit
]
//! Regression test for <https://github.com/rust-lang/rust/issues/51022>
fn
main
<
'
a
>()
{}
//~^ ERROR `main` function is not allowed to have generic parameters [E0131]