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 37e2c98 commit be8cb26Copy full SHA for be8cb26
src/tools/miri/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: cycle used when computing layout of `S<S<()>>`
6
= 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
7
8
error: post-monomorphization error: a cycle occurred during layout computation
0 commit comments