Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
resolve
/
name-clash-nullary.rs
blob: b5f5e121492d10d95812c509971d215bd647f041 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
None
:
isize
=
42
;
//~ ERROR mismatched types
}