Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
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
}