rust/tests/ui/issues/issue-51022.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
99 B
Rust
Raw Normal View History

fn main<'a>() { }
2018-05-27 15:54:10 -05:00
//~^ ERROR `main` function is not allowed to have generic parameters [E0131]