blob: d63381b5f2cc9a8b92121c8ad7af9b9a205b943f [file] [log] [blame]
// compile-flags: -Z parse-only
#![feature(const_trait_impl)]
struct S<T: const Tr>;
//~^ ERROR const bounds must start with `~`