Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
error-codes
/
E0607.rs
blob: 65001c471cb4bc9b92f9fda773dd0a10b575c4ed [
file
] [
log
] [
blame
]
fn
main
()
{
let
v
=
core
::
ptr
::
null
::<
u8
>();
v
as
*
const
[
u8
];
//~ ERROR E0607
}