aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bad-send.rs
blob: 4a97539f011e0d4b0e425ebd6f4c7f49d364d506 (plain) (blame)
1
2
3
4
5
6
7
// xfail-boot
// xfail-stage0
// error-pattern: mismatched types

fn main() {
  10 <| 10;
}