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-21554.rs
7 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Cleanup check_cast. Fixes #21554 This also makes the cast error messages somewhat more uniform.
2015-01-25 01:44:49 +02:00
struct
Inches
(
i32
)
;
fn
main
(
)
{
Improve typeck diagnostic messages Mostly by splitting error messages into proper pairs of errors and helps
2015-07-27 03:31:38 +03:00
Inches
as
f32
;
//~^ ERROR casting
Cleanup check_cast. Fixes #21554 This also makes the cast error messages somewhat more uniform.
2015-01-25 01:44:49 +02:00
}
Reference in New Issue
Copy Permalink