Sign in
rust
/
rust
/
97600964b5f19f3d7a0ab32e820e4fed1322770e
/
.
/
tests
/
ui
/
issues
/
issue-47486.rs
blob: d686f02a9fe39ee5574120431afcbd2382f0b5c0 [
file
]
fn
main
()
{
()
<
std
::
mem
::
size_of
::<
_
>();
//~ ERROR: mismatched types
[
0u8
;
std
::
mem
::
size_of
::<
_
>()];
//~ ERROR: type annotations needed
}