Sign in
android
/
toolchain
/
rustc
/
54272acac043c1dedfb7db7420545b31ec1ac51f
/
.
/
src
/
test
/
ui
/
rfc-2632-const-trait-impl
/
const-trait-bound-opt-out
/
with-maybe-sized.stderr
blob: e8e9d6c1e76215671845463d21c0656e70b5e111 [
file
] [
log
] [
blame
]
error
:
`?const`
and
`?`
are mutually exclusive
-->
$DIR
/
with
-
maybe
-
sized
.
rs
:
4
:
13
|
LL
|
struct
S
<
T
:
?
const
?
Sized
>(
std
::
marker
::
PhantomData
<
T
>);
|
^^^^^^^^^^^^^
error
:
aborting due to previous error