This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-10-31 14:31:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
64ac2b8082
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-24 23:44:49 +00: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 00:31:38 +00:00
Inches
as
f32
;
//~^ ERROR casting
Cleanup check_cast. Fixes #21554 This also makes the cast error messages somewhat more uniform.
2015-01-24 23:44:49 +00:00
}
Reference in New Issue
Copy Permalink