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[E0658]: rust-call ABI is subject to change
--> /home/runner/work/glacier/glacier/ices/79669.rs:2:12
|
2 | extern "rust-call" fn fun() {}
| ^^^^^^^^^^^
|
= note: see issue #29625 <rust-lang/rust#29625> for more information
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
error: A function with the "rust-call" ABI must take a single non-self argument that is a tuple
--> /home/runner/work/glacier/glacier/ices/79669.rs:2:5
|
2 | extern "rust-call" fn fun() {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
==============
Co-authored-by: rustbot <[email protected]>
0 commit comments