From 0d6436b4c73c9aae95953905cfafaa20cf27266b Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 30 Aug 2023 03:06:02 +0000 Subject: [PATCH] ices/111176.rs: fixed with errors === stdout === === stderr === error[E0391]: cycle detected when computing layout of `S>` | = note: ...which requires computing layout of ` as Tr>::I`... = note: ...which again requires computing layout of `S>`, completing the cycle = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information error: failed to get layout for S>: a cycle occurred during layout computation error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0391`. ============== --- {ices => fixed}/111176.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/111176.rs (100%) diff --git a/ices/111176.rs b/fixed/111176.rs similarity index 100% rename from ices/111176.rs rename to fixed/111176.rs