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
92743dc2a6
rust
/
src
/
test
/
run-fail
/
while-fail.rs
5 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove `do ... while` loops from the tests and docs.
2012-05-10 16:06:19 -05:00
// error-pattern:giraffe
fn
main
(
)
{
Move the world over to using the new style string literals and types. Closes #2907.
2012-07-14 00:57:48 -05:00
fail
{
while
true
{
fail
~
"
giraffe
"
}
;
~
"
clandestine
"
}
;
Remove `do ... while` loops from the tests and docs.
2012-05-10 16:06:19 -05:00
}
Reference in New Issue
Copy Permalink