Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
issue-117669.rs
blob: 09b4f2bd47caedb03bd1132e176ab511d02f9560 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
abs
:
i32
=
3i32.checked
_abs
();
//~^ ERROR mismatched types
}