From 415c0dfadc767e5d0cb299917225c4d7afc0db6b Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 26 Jan 2023 03:06:42 +0000 Subject: [PATCH] ices/104827.rs: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `MySnafu: Try` is not satisfied --> /home/runner/work/glacier/glacier/ices/104827.rs:8:10 | 8 | impl FromResidual for MySnafu { | ^^^^^^^^^^^^ the trait `Try` is not implemented for `MySnafu` error[E0277]: the trait bound `MySnafu: Try` is not satisfied --> /home/runner/work/glacier/glacier/ices/104827.rs:9:9 | 9 | / fn from_residual(s: Self) -> Self { 10 | | todo!() 11 | | } | |_________^ the trait `Try` is not implemented for `MySnafu` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/104827.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/104827.rs (100%) diff --git a/ices/104827.rs b/fixed/104827.rs similarity index 100% rename from ices/104827.rs rename to fixed/104827.rs