This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-22 20:47:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55b6f64902
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 20:19:50 +00:00
fn
main
(
)
{
Tweak some test cases and add a few new ones
2012-03-11 04:38:03 +00:00
loop
{
Fix testsuite errors
2015-01-12 06:01:44 +00:00
true
//~ ERROR mismatched types
Tweak some test cases and add a few new ones
2012-03-11 04:38:03 +00:00
}
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 19:47:00 +00:00
}
Reference in New Issue
Copy Permalink