From 666b0b8c7529ec69cfb4fb8fbff2830b8c50c2ba Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 1 Jun 2022 12:07:31 +0000 Subject: [PATCH] ices/97226.rs: fixed with errors === stdout === === stderr === error[E0277]: the size for values of type `impl ?Sized` cannot be known at compilation time --> /home/runner/work/glacier/glacier/ices/97226.rs:1:13 | 1 | fn uwu() -> impl ?Sized {} | ^^^^^^^^^^^ doesn't have a size known at compile-time | = help: the trait `Sized` is not implemented for `impl ?Sized` = note: the return type of a function must have a statically known size error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/97226.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/97226.rs (100%) diff --git a/ices/97226.rs b/fixed/97226.rs similarity index 100% rename from ices/97226.rs rename to fixed/97226.rs