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

ices/92157.rs: fixed with errors #1486

Merged
merged 1 commit into from
Jan 14, 2023
Merged

ices/92157.rs: fixed with errors #1486

merged 1 commit into from
Jan 14, 2023

Commits on Jan 14, 2023

  1. ices/92157.rs: fixed with errors

    === stdout ===
    === stderr ===
    error: incorrect number of parameters for the `start` lang item
      --> /home/runner/work/glacier/glacier/ices/92157.rs:10:1
       |
    10 | fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8) -> isize {
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: the `start` lang item should have four parameters, but found 3
       = note: the `start` lang item should have the signature `fn(fn() -> T, isize, *const *const u8, u8) -> isize`
    
    error: aborting due to previous error
    
    ==============
    rustbot committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    b96593f View commit details
    Browse the repository at this point in the history