This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-51022.rs
3 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Issue #51022: Improve E0131 message when lifetimes are involved.
2018-05-26 15:45:45 +02:00
fn
main
<
'
a
>
(
)
{
}
Simply joint lifetime/type iteration
2018-05-27 21:54:10 +01:00
//~^ ERROR `main` function is not allowed to have generic parameters [E0131]
Reference in New Issue
Copy Permalink