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
12c32e944d
rust
/
src
/
test
/
run-fail
/
while-body-fails.rs
3 lines
88 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:quux
Move the world over to using the new style string literals and types. Closes #2907.
2012-07-14 00:57:48 -05:00
fn
main
(
)
{
let
x
:
int
=
{
while
true
{
fail
~
"
quux
"
;
}
;
8
}
;
}
Reference in New Issue
Copy Permalink