1
Fork 0
rust/src/test/ui/rfc-2632-const-trait-impl/without-tilde.rs

7 lines
175 B
Rust
Raw Normal View History

2021-08-27 08:26:35 +00:00
// compiler-flags: -Z parse-only
#![feature(const_trait_impl)]
struct S<T: const Tr>;
//~^ ERROR expected one of `!`, `(`, `,`, `=`, `>`, `?`, `for`, `~`, lifetime, or path