Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
fail-expr.rs
blob: 72ae83062eb7ba34e37dcdc8e27d8c6b6e1ca25c [
file
] [
log
] [
blame
]
// error-pattern:mismatched types
fn
main
()
{
fail
5
;
}