blob: bc2a97f58b8516a91e5bcb13f5e364276ff84cc4 [file] [log] [blame]
trait T {
const //~ ERROR: const trait impls are experimental
impl
} //~ ERROR: expected type, found `}`
fn main() {}