From e58e1038a52da91a09ccc3831296e6b6f7076068 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 19 Jan 2022 12:04:43 +0000 Subject: [PATCH] ices/92626.rs: fixed with errors === stdout === === stderr === warning: unreachable call --> /home/runner/work/glacier/glacier/ices/92626.rs:12:19 | 12 | let mut out = Test(todo!()); | ^^^^ ------- any code following this expression is unreachable | | | unreachable call | = note: `#[warn(unreachable_code)]` on by default error[E0282]: type annotations needed for `Test` --> /home/runner/work/glacier/glacier/ices/92626.rs:12:19 | 12 | let mut out = Test(todo!()); | ------- ^^^^ cannot infer type for type parameter `T` declared on the struct `Test` | | | consider giving `out` the explicit type `Test`, where the type parameter `T` is specified error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0282`. ============== --- {ices => fixed}/92626.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/92626.rs (100%) diff --git a/ices/92626.rs b/fixed/92626.rs similarity index 100% rename from ices/92626.rs rename to fixed/92626.rs