summary refs log tree commit diff
path: root/src/test/ui/parser/issue-87635.stderr
blob: 920a9f937dd6b3900e83f41d9b145c57d8f131ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
error: expected `;`, found `}`
  --> $DIR/issue-87635.rs:4:17
   |
LL |     pub fn bar()
   |                 ^ help: add `;` here
...
LL | }
   | - unexpected token

error: associated function in `impl` without body
  --> $DIR/issue-87635.rs:4:5
   |
LL |     pub fn bar()
   |     ^^^^^^^^^^^-
   |                |
   |                help: provide a definition for the function: `{ <body> }`

error: aborting due to 2 previous errors