Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
test
/
ui
/
rfc-2632-const-trait-impl
/
tilde-const-syntax.rs
blob: 9b3c2cf2a3b04334b072234c588c1c821a559f8a [
file
] [
log
] [
blame
]
// compile-flags: -Z parse-only
// check-pass
#![
feature
(
const_trait_impl
)]
struct
S
<
T
:
~
const
?
for
<
'a> Tr<'
a
>
+
'
static
+
~
const
std
::
ops
::
Add
,
T
:
~
const
?
for
<
'a: '
b
>
m
::
Trait
<
'
a
>,
>;