#![feature(generic_const_exprs)] //~^ WARN the feature `generic_const_exprs` is incomplete trait B { type U; } fn f = ()>>() {} //~^ ERROR constant provided when a type was expected fn main() {}