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
rust
/
tests
/
ui
/
panics
/
explicit-panic.rs
8 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Move tests from `test/run-fail` to UI
2020-04-16 15:50:32 +09:00
// run-fail
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
// error-pattern:explicit
Skip tests on emscripten
2020-05-08 00:39:02 +09:00
// ignore-emscripten no processes
Move tests from `test/run-fail` to UI
2020-04-16 15:50:32 +09:00
run rustfmt on test/run-fail folder
2016-05-27 08:09:36 +05:30
fn
main
(
)
{
panic!
(
)
;
}
Reference in New Issue
Copy Permalink