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.
1 parent 06ce35e commit 83c9765Copy full SHA for 83c9765
tests/fail/layout_cycle.stderr
@@ -1,8 +1,8 @@
1
error[E0391]: cycle detected when computing layout of `S<S<()>>`
2
|
3
- = 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
4
= note: ...which requires computing layout of `<S<()> as Tr>::I`...
5
= note: ...which again requires computing layout of `S<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
6
7
error: post-monomorphization error: a cycle occurred during layout computation
8
--> RUSTLIB/core/src/mem/mod.rs:LL:CC
0 commit comments