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