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
55b6f649024b372af901b3412a6d36c4284ccf3d
rust
/
tests
/
ui
/
panics
/
panic-main.rs
8 lines
103 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
Handle fail inside a for-each loop properly
2011-07-05 15:59:04 -07:00
// error-pattern:moop
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!
(
"
moop
"
)
;
}
Reference in New Issue
Copy Permalink