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-13847.rs
4 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for a few fixed issues
2014-10-16 21:40:21 +02: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 11:48:18 -04:00
return
.
is_failure
//~ ERROR no field `is_failure` on type `!`
Add tests for a few fixed issues
2014-10-16 21:40:21 +02:00
}
Reference in New Issue
Copy Permalink