Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-3477.rs
blob: eb94294d5a877c84380c244fe7fe55ea84917043 [
file
]
fn
main
()
{
let
_p
:
char
=
100
;
//~^ ERROR mismatched types
//~| NOTE expected `char`, found `u8`
//~| NOTE expected due to this
}