You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
warning: struct `Foo` is never constructed
--> <anon>: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`.
==============
0 commit comments