]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pattern/issue-95878.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[rust.git] / src / test / 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