This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
block-result
/
block-must-not-have-result-do.rs
6 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for blocks that must not have results
2011-11-07 12:19:50 -08:00
fn
main
(
)
{
Tweak some test cases and add a few new ones
2012-03-10 20:38:03 -08:00
loop
{
Fix testsuite errors
2015-01-12 01:01:44 -05:00
true
//~ ERROR mismatched types
Tweak some test cases and add a few new ones
2012-03-10 20:38:03 -08:00
}
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Copy permalink