This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5333b878c8
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 17:44:49 -06:00
struct
Inches
(
i32
)
;
fn
main
(
)
{
Improve typeck diagnostic messages Mostly by splitting error messages into proper pairs of errors and helps
2015-07-26 19:31:38 -05:00
Inches
as
f32
;
//~^ ERROR casting
Cleanup check_cast. Fixes #21554 This also makes the cast error messages somewhat more uniform.
2015-01-24 17:44:49 -06:00
}
Reference in New Issue
Copy Permalink