Skip to content

Commit 5f68a5d

Browse files
fix miri test with links to query documentation
1 parent bef91ee commit 5f68a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/tests/fail/layout_cycle.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
34
= note: ...which requires computing layout of `<S<()> as Tr>::I`...
45
= note: ...which again requires computing layout of `S<S<()>>`, completing the cycle
56

0 commit comments

Comments
 (0)