We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39196ed + 83c9765 commit 2f1fb6dCopy full SHA for 2f1fb6d
tests/fail/layout_cycle.stderr
@@ -2,6 +2,7 @@ error[E0391]: cycle detected when computing layout of `S<S<()>>`
2
|
3
= note: ...which requires computing layout of `<S<()> as Tr>::I`...
4
= note: ...which again requires computing layout of `S<S<()>>`, completing the cycle
5
+ = 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
6
7
error: post-monomorphization error: a cycle occurred during layout computation
8
--> RUSTLIB/core/src/mem/mod.rs:LL:CC
0 commit comments