1 trait T { const
2 impl //~ ERROR: expected identifier, found keyword `impl`
3 }
4 
5 fn main() {}
6