/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
- // error-pattern:mismatched types
- fn main() { fail 5; }
http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 1 blank · 1 comment · 0 complexity · 37c03939f1e2c098024098e648c6a33f MD5 · raw file
- // error-pattern:mismatched types
- fn main() { fail 5; }