From b0529e6e660d2abd755bca66e1342645f466f07b Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 12 Nov 2022 03:32:56 +0000 Subject: [PATCH] ices/98842.sh: fixed with errors === stdout === === stderr === warning: struct `Foo` is never constructed --> :2:8 | 2 | struct Foo(<&'static Foo as ::core::ops::Deref>::Target); | ^^^ | = note: `#[warn(dead_code)]` on by default error[E0391]: cycle detected when computing layout of `<&'static Foo as core::ops::deref::Deref>::Target` | = note: ...which requires computing layout of `Foo`... = note: ...which again requires computing layout of `<&'static Foo as core::ops::deref::Deref>::Target`, completing the cycle = note: cycle used when computing layout of `Foo` error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0391`. ============== --- {ices => fixed}/98842.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/98842.sh (100%) diff --git a/ices/98842.sh b/fixed/98842.sh similarity index 100% rename from ices/98842.sh rename to fixed/98842.sh