File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11//@error-in-other-file: a cycle occurred during layout computation
2- //~^ ERROR: cycle detected when computing layout of
2+ //~^ ERROR: cycle detected when computing layout (naive) of
33
44use std:: mem;
55
Original file line number Diff line number Diff line change 1- error[E0391]: cycle detected when computing layout of `S<S<()>>`
1+ error[E0391]: cycle detected when computing layout (naive) of `S<S<()>>`
22 |
3- = note: ...which requires computing layout of `<S<()> as Tr>::I`...
4- = note: ...which again requires computing layout of `S<S<()>>`, completing the cycle
3+ = note: ...which requires computing layout (naive) of `<S<()> as Tr>::I`...
4+ = note: ...which again requires computing layout (naive) of `S<S<()>>`, completing the cycle
5+ = note: cycle used when computing layout of `S<S<()>>`
56 = 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
67
78error: post-monomorphization error: a cycle occurred during layout computation
You can’t perform that action at this time.
0 commit comments