Sign in
fuchsia
/
third_party
/
rust
/
e3029abfaec4252ab0ae7010780be0094d8870e0
/
.
/
tests
/
ui
/
rfcs
/
rfc-2632-const-trait-impl
/
tilde-const-syntax.rs
blob: d65ecae3d067cf77c4c5927321be7c8089e04095 [
file
] [
log
] [
blame
]
//@ compile-flags: -Z parse-only
//@ check-pass
#![
feature
(
const_trait_impl
)]
struct
S
<
T
:
for
<
'a> ~const Tr<'
a
>
+
'
static
+
~
const
std
::
ops
::
Add
,
T
:
for
<
'a: '
b
>
~
const
m
::
Trait
<
'
a
>,
>;