fix miri test with links to query documentation

This commit is contained in:
nxya 2023-07-13 11:41:44 -04:00
parent bef91ee687
commit 5f68a5d204

View file

@ -1,5 +1,6 @@
error[E0391]: cycle detected when computing layout of `S<S<()>>`
|
= 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
= note: ...which requires computing layout of `<S<()> as Tr>::I`...
= note: ...which again requires computing layout of `S<S<()>>`, completing the cycle