Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
rfc-2632-const-trait-impl
/
tilde-const-invalid-places.stderr
blob: d20f146df3f1a102fa36cbe168734f1cec616f91 [
file
] [
log
] [
blame
]
error
:
`~const`
and
`?`
are mutually exclusive
-->
$DIR
/
tilde
-
const
-
invalid
-
places
.
rs
:
4
:
25
|
LL
|
struct
TildeQuestion
<
T
:
~
const
?
Sized
>(
std
::
marker
::
PhantomData
<
T
>);
|
^^^^^^^^^^^^^
error
:
aborting due to previous error