Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
consts
/
raw-ptr-const.stderr
blob: f7b53433b6994258f669cfb8cfd9deecae294797 [
file
] [
log
] [
blame
]
error
:
untyped pointers are
not
allowed
in
constant
-->
$DIR
/
raw
-
ptr
-
const
.
rs
:
5
:
1
|
LL
|
const
CONST_RAW
:
*
const
Vec
<i32>
=
&
Vec
::
new
()
as
*
const
_
;
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error