7 lines
137 B
Rust
Raw Normal View History

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