File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
//@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
3
3
4
4
use std:: mem;
5
5
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<()>>`
2
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
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<()>>`
5
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
6
7
7
8
error: post-monomorphization error: a cycle occurred during layout computation
You can’t perform that action at this time.
0 commit comments