72a3667eb3
will guarantee they have unit type.
8 lines
113 B
Rust
8 lines
113 B
Rust
// error-pattern:mismatched types: expected `()` but found `bool`
|
|
|
|
resource r(i: int) {
|
|
true
|
|
}
|
|
|
|
fn main() {
|
|
} |