Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
rfc-2632-const-trait-impl
/
tilde-twice.rs
blob: 06e4ede8b5e7e3557cd31b01564f22d22f4813bf [
file
] [
log
] [
blame
]
// compile-flags: -Z parse-only
#![
feature
(
const_trait_impl
)]
struct
S
<
T
:
~
const
~
const
Tr
>;
//~^ ERROR expected identifier, found `~`