]> git.lizzy.rs Git - rust.git/blob - tests/ui/pattern/issue-95878.stderr
Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiasko
[rust.git] / tests / ui / pattern / issue-95878.stderr
1 error: expected identifier, found keyword `Self`
2   --> $DIR/issue-95878.rs:6:17
3    |
4 LL |             ref Self => (),
5    |                 ^^^^ expected identifier, found keyword
6
7 error: aborting due to previous error
8