/src/test/compile-fail/fail-expr.rs

http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 1 blank · 1 comment · 0 complexity · 37c03939f1e2c098024098e648c6a33f MD5 · raw file

  1. // error-pattern:mismatched types
  2. fn main() { fail 5; }