summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/parse/trait-path-expected-token.stderr
blob: 2b265e921616db1fb1d1dc47b66f3b1fa635477d (plain)
1
2
3
4
5
6
7
8
9
10
error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `=`
  --> $DIR/trait-path-expected-token.rs:7:33
   |
LL | fn f1<'a>(arg : Box<dyn X<Y = B = &'a ()>>) {}
   |                               - ^ expected one of 7 possible tokens
   |                               |
   |                               maybe try to close unmatched angle bracket

error: aborting due to previous error