about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/duplicate-constness.stderr
blob: 27f69cd2386c6f69be34e948204808babb4b4715 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `]`
  --> $DIR/duplicate-constness.rs:5:27
   |
LL | struct S<T: [const] [const] Tr>;
   |                           ^ expected identifier

error: aborting due to 1 previous error