Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
const-generics
/
raw-ptr-const-param.min.stderr
blob: 310422aafcd352d05c6adc7a0f2cee6d74ca5b70 [
file
] [
log
] [
blame
]
error
:
using
raw pointers
as
const
generic
parameters
is
forbidden
-->
$DIR
/
raw
-
ptr
-
const
-
param
.
rs
:
6
:
23
|
LL
|
struct
Const
<
const
P
:
*
const
u32
>;
|
^^^^^^^^^^
error
:
aborting due to previous error