Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 1eaf701

Browse files
committed
ices/91370.rs: fixed with errors
=== stdout === === stderr === error: incorrect function inside `extern` block --> /home/runner/work/glacier/glacier/ices/91370.rs:2:8 | 1 | extern { | ------ `extern` blocks define existing foreign functions and functions inside of them cannot have a body 2 | fn r() { | ________^___- | | | | | cannot have a body 3 | | impl Copy for u8 {} 4 | | } | |_____- help: remove the invalid body: `;` | = help: you might have meant to write a function accessible through FFI, which can be done by writing `extern fn` outside of the `extern` block = note: for more information, visit https://doc.rust-lang.org/std/keyword.extern.html error: aborting due to previous error ==============
1 parent a9979a9 commit 1eaf701

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)