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

ices/82836.rs: fixed with no errors #1661

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Commits on Sep 12, 2023

  1. ices/82836.rs: fixed with no errors

    === stdout ===
    === stderr ===
    warning: `extern` fn uses type `Option<&T>`, which is not FFI-safe
     --> /home/runner/work/glacier/glacier/ices/82836.rs:1:42
      |
    1 | extern "C" fn _panic<'a, T: ?Sized>() -> Option<&'a T> {
      |                                          ^^^^^^^^^^^^^ not FFI-safe
      |
      = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
      = note: enum has no representation hint
      = note: `#[warn(improper_ctypes_definitions)]` on by default
    
    warning: 1 warning emitted
    
    ==============
    rustbot committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f4c51ed View commit details
    Browse the repository at this point in the history