11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
|
error: expected `;`, found `}`
|
||
|
--> $DIR/suggest-semicolon-for-fn-in-extern-block.rs:6:11
|
||
|
|
|
||
|
LL | fn foo()
|
||
|
| ^ help: add `;` here
|
||
|
LL | }
|
||
|
| - unexpected token
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|