Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rfcs
/
rfc-2632-const-trait-impl
/
tilde-twice.rs
blob: c3f9f8e676480d842cad018fc0605b034721ba1c [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Z parse-only
#![
feature
(
const_trait_impl
)]
struct
S
<
T
:
~
const
~
const
Tr
>;
//~^ ERROR expected identifier, found `~`