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
43271a39ad
rust
/
src
/
test
/
run-fail
/
unreachable-macro-panic.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Add missing test for unreachable! macro
2014-02-07 04:18:58 -06:00
// error-pattern:internal error: entered unreachable code
run rustfmt on test/run-fail folder
2016-05-26 21:39:36 -05:00
fn
main
(
)
{
unreachable!
(
)
}
Reference in New Issue
Copy Permalink