You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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
==============
0 commit comments