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
12c32e944d3dbadb6a114a6e0bc51b065b4f42c1
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 14:06:19 -07:00
// error-pattern:giraffe
fn
main
(
)
{
Move the world over to using the new style string literals and types. Closes #2907.
2012-07-13 22:57:48 -07:00
fail
{
while
true
{
fail
~
"
giraffe
"
}
;
~
"
clandestine
"
}
;
Remove `do ... while` loops from the tests and docs.
2012-05-10 14:06:19 -07:00
}
Reference in New Issue
Copy Permalink