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
9aa4f6acb2
rust
/
tests
/
ui
/
issues
/
issue-13847.rs
4 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for a few fixed issues
2014-10-16 14:40:21 -05:00
fn
main
(
)
{
do not eagerly convert `!` to a diverging variable Instead, wait until coercion time. This has some small effects on a few tests (one less temporary, generally better errors when trying to call methods or otherwise "force" the type).
2017-03-17 10:48:18 -05:00
return
.
is_failure
//~ ERROR no field `is_failure` on type `!`
Add tests for a few fixed issues
2014-10-16 14:40:21 -05:00
}
Reference in New Issue
Copy Permalink