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

Commit e5f7e76

Browse files
ices/22565.rs: fixed with errors (#608)
=== 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]>
1 parent aff9d24 commit e5f7e76

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)