From f4c51edcf722424255fdb989504103b7d79b5164 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 12 Sep 2023 03:05:56 +0000 Subject: [PATCH] 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 ============== --- {ices => fixed}/82836.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/82836.rs (100%) diff --git a/ices/82836.rs b/fixed/82836.rs similarity index 100% rename from ices/82836.rs rename to fixed/82836.rs