about summary refs log tree commit diff
path: root/tests/ui/recursion/issue-26548-recursion-via-normalize.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/recursion/issue-26548-recursion-via-normalize.stderr')
-rw-r--r--tests/ui/recursion/issue-26548-recursion-via-normalize.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/recursion/issue-26548-recursion-via-normalize.stderr b/tests/ui/recursion/issue-26548-recursion-via-normalize.stderr
index cdd4937e724..514bed60700 100644
--- a/tests/ui/recursion/issue-26548-recursion-via-normalize.stderr
+++ b/tests/ui/recursion/issue-26548-recursion-via-normalize.stderr
@@ -1,10 +1,10 @@
 error[E0391]: cycle detected when computing layout of `core::option::Option<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`...
    = note: ...which requires computing layout of `core::option::Option<<S as Mirror>::It>`...
    = note: ...which again requires computing layout of `core::option::Option<S>`, completing the cycle
    = note: cycle used when computing layout of `core::option::Option<<S as Mirror>::It>`
+   = 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
 
 error: aborting due to previous error