blob: 8a81bcc1a80c840ac338d274a3c0e1d1cf6ffeec [file] [log] [blame]
trait Trait<const T: ()> {} //~ ERROR const generics are unstable
fn main() {}