rust/tests/ui/traits/const-traits/tilde-twice.rs

7 lines
138 B
Rust
Raw Normal View History

//@ compile-flags: -Z parse-only
2021-08-27 08:26:35 +00:00
#![feature(const_trait_impl)]
struct S<T: ~const ~const Tr>;
//~^ ERROR expected identifier, found `~`