Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
error-codes
/
E0607.rs
blob: 65001c471cb4bc9b92f9fda773dd0a10b575c4ed [
file
]
fn
main
()
{
let
v
=
core
::
ptr
::
null
::<
u8
>();
v
as
*
const
[
u8
];
//~ ERROR E0607
}