rust/src/test/compile-fail/block-must-not-have-result-res.rs

8 lines
98 B
Rust
Raw Normal View History

// error-pattern:this block must not have a result
resource r(i: int) {
true
}
fn main() {
}