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: A function with the "rust-call" ABI must take a single non-self argument that is a tuple
--> /home/runner/work/glacier/glacier/ices/22565.rs:5:5
|
5 | extern "rust-call" fn foo() {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/22565.rs:9:5
|
9 | extern "rust-call" fn foo(i: i32) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/22565.rs:20:5
|
20 | extern "rust-call" fn call_once(mut self, _: i64) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors
==============
Co-authored-by: rustbot <[email protected]>
0 commit comments