about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/syntax.stderr
blob: 2e9807866b03bfdd1681b52100b2138453a49131 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `]`
  --> $DIR/syntax.rs:6:12
   |
LL | impl [const] T {}
   |            ^ expected identifier

error: aborting due to 1 previous error