Skip to content

Commit 83c9765

Browse files
moved note as unspanned note, moved note to the bottom of the msg
1 parent 06ce35e commit 83c9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fail/layout_cycle.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
error[E0391]: cycle detected when computing layout of `S<S<()>>`
22
|
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
43
= note: ...which requires computing layout of `<S<()> as Tr>::I`...
54
= note: ...which again requires computing layout of `S<S<()>>`, completing the cycle
5+
= 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
66

77
error: post-monomorphization error: a cycle occurred during layout computation
88
--> RUSTLIB/core/src/mem/mod.rs:LL:CC

0 commit comments

Comments
 (0)