rust/src/test/compile-fail/bad-recv.rs

5 lines
61 B
Rust

// error-pattern: mismatched types
fn main() {
10 <- 10;
}