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-18159.rs
4 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Special-case some error messages about `Sized` The error messages still aren’t as good as they were before DST, but they better describe the actual problem, not mentioning `Sized` at all (because that bound is normally implied, not explicitly stated). Closes #17567. Closes #18040. Closes #18159.
2014-10-28 21:04:08 +13:00
fn
main
(
)
{
Add a new ui test and update existing ones
2017-02-02 21:35:31 +00:00
let
x
;
//~ ERROR type annotations needed
Special-case some error messages about `Sized` The error messages still aren’t as good as they were before DST, but they better describe the actual problem, not mentioning `Sized` at all (because that bound is normally implied, not explicitly stated). Closes #17567. Closes #18040. Closes #18159.
2014-10-28 21:04:08 +13:00
}
Reference in New Issue
Copy Permalink