From cc22f4de7cc6533ac946d4c630c6f71be2265e1e Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 11 Feb 2021 12:21:45 +0000 Subject: [PATCH] ices/79787.rs: fixed with no errors === stdout === === stderr === warning: `extern` block uses type `Option>`, which is not FFI-safe --> /home/runner/work/glacier/glacier/ices/79787.rs:4:19 | 4 | pub fn foo(_: Option>); | ^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe | = note: `#[warn(improper_ctypes)]` on by default = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum = note: enum has no representation hint warning: 1 warning emitted ============== --- {ices => fixed}/79787.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/79787.rs (100%) diff --git a/ices/79787.rs b/fixed/79787.rs similarity index 100% rename from ices/79787.rs rename to fixed/79787.rs