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]