]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-44021.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-44021.stderr
1 error: expected one of `:`, `@`, or `|`, found `}`
2   --> $DIR/issue-44021.rs:13:18
3    |
4 LL |     fn f() {|x, y} //~ ERROR expected one of `:`, `@`, or `|`, found `}`
5    |                  ^ expected one of `:`, `@`, or `|` here
6
7 error: aborting due to previous error
8