Sign in
fuchsia
/
third_party
/
rust
/
972fef232ec0dd7a3f42091aa6f36cd68aeb3eef
/
.
/
tests
/
ui
/
traits
/
const-traits
/
tilde-twice.rs
blob: c3f9f8e676480d842cad018fc0605b034721ba1c [
file
] [
log
] [
blame
]
//@ compile-flags: -Z parse-only
#![
feature
(
const_trait_impl
)]
struct
S
<
T
:
~
const
~
const
Tr
>;
//~^ ERROR expected identifier, found `~`