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-17373.rs
5 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
Add regression test for issue #17373
2014-09-19 19:52:44 -07: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
//~ ERROR type `!` cannot be dereferenced
Update tests with the new error messages
2014-10-24 21:17:50 +02:00
;
Add regression test for issue #17373
2014-09-19 19:52:44 -07:00
}
Reference in New Issue
Copy Permalink