Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
rfc-2632-const-trait-impl
/
without-tilde.stderr
blob: 31300354a573791ff479ab8421229be97734e27d [
file
] [
log
] [
blame
]
error
:
const
bounds must start
with
`~`
-->
$DIR
/
without
-
tilde
.
rs
:
5
:
13
|
LL
|
struct
S
<
T
:
const
Tr
>;
|
-^^^^
|
|
|
help
:
add
`~`
:
`~`
error
:
aborting due to previous error