summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/constrain-suggest-ice.stderr
blob: 9b92091de9f54610d123bf598364c7440d78261d (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 previous error