mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
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
|
|
|