We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef91ee commit 5f68a5dCopy full SHA for 5f68a5d
src/tools/miri/tests/fail/layout_cycle.stderr
@@ -1,5 +1,6 @@
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
6
0 commit comments