From 61315c5e2586cd9c3489b5cdeab2a5f451cd3147 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 5 May 2022 12:11:18 +0000 Subject: [PATCH] ices/96223.rs: fixed with errors === stdout === === stderr === warning: unused import: `std::marker::PhantomData` --> /home/runner/work/glacier/glacier/ices/96223.rs:1:5 | 1 | use std::marker::PhantomData; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default error[E0277]: the trait bound `for<'de> CodePointSet<'de>: Deserialize<'_>` is not satisfied --> /home/runner/work/glacier/glacier/ices/96223.rs:61:17 | 61 | icey_bounds(&p); | ----------- ^^ the trait `for<'de> Deserialize<'_>` is not implemented for `CodePointSet<'de>` | | | required by a bound introduced by this call | = help: the trait `Deserialize<'de>` is implemented for `YokeTraitHack` note: required because of the requirements on the impl of `for<'de> Deserialize<'de>` for `YokeTraitHack>` --> /home/runner/work/glacier/glacier/ices/96223.rs:19:14 | 19 | impl<'de, T> Deserialize<'de> for YokeTraitHack | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ note: required because of the requirements on the impl of `DynProvider` for `FsDataProvider` --> /home/runner/work/glacier/glacier/ices/96223.rs:25:9 | 25 | impl DynProvider for FsDataProvider | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ note: required by a bound in `icey_bounds` --> /home/runner/work/glacier/glacier/ices/96223.rs:55:19 | 55 | fn icey_bounds>(p: &D) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `icey_bounds` error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/96223.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/96223.rs (100%) diff --git a/ices/96223.rs b/fixed/96223.rs similarity index 100% rename from ices/96223.rs rename to fixed/96223.rs