Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
suggestions
/
issue-117669.rs
blob: 09b4f2bd47caedb03bd1132e176ab511d02f9560 [
file
] [
log
] [
blame
]
fn
main
()
{
let
abs
:
i32
=
3i32.checked
_abs
();
//~^ ERROR mismatched types
}