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-14092.rs
5 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Update error message for E0243 and E0244
2016-08-06 11:35:42 +01:00
fn
fn1
(
0
:
Box
)
{
}
Rework diagnostics for wrong number of generic args
2021-01-02 19:45:11 +01:00
//~^ ERROR missing generics for struct `Box`
rustc: Turn a Box ICE into an error Closes #14092
2014-05-20 22:07:45 -07:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink