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
aeb658e8bd
rust
/
tests
/
compile-fail
/
panic1.rs
6 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
update tests
2017-02-09 03:59:42 -06:00
//error-pattern: the evaluated program panicked
fn
main
(
)
{
panic_impl is another way to panic
2019-02-06 04:39:16 -06:00
std
::
panic!
(
"
panicking from libstd
"
)
;
update tests
2017-02-09 03:59:42 -06:00
}
Reference in New Issue
Copy Permalink