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
cd72b1f848
rust
/
src
/
test
/
run-fail
/
fail-main.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Handle fail inside a for-each loop properly
2011-07-05 17:59:04 -05:00
// error-pattern:moop
use
std
;
Copy first batch of material from libstd to libcore.
2011-12-13 18:25:51 -06:00
import
uint
;
Reformat This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-19 17:16:48 -05:00
fn
main
(
)
{
fail
"
moop
"
;
}
Reference in New Issue
Copy Permalink