summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/constrain-suggest-ice.stderr
blob: 96f1f86058867e5a177bcfb7a1039272d623e181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: mismatched closing delimiter: `}`
  --> $DIR/constrain-suggest-ice.rs:2:8
   |
LL | struct Bug<S>{
   |              - closing delimiter possibly meant for this
LL |     A: [(); {
   |        ^ unclosed delimiter
...
LL | }
   | ^ mismatched closing delimiter

error: aborting due to 1 previous error