update tests

This commit is contained in:
lcnr
2026-05-12 23:28:32 +02:00
parent 950bbe7269
commit 44c49506bd
5 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
error: reached the recursion limit finding the struct tail for `Hello`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
@@ -1,4 +1,4 @@
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
error: reached the recursion limit finding the struct tail for `Hello`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
@@ -1,4 +1,4 @@
//~ ERROR reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
//~ ERROR reached the recursion limit finding the struct tail for `Hello`
// Regression test for #129541
//@ revisions: unique_curr unique_next multiple_curr multiple_next
@@ -1,4 +1,4 @@
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
error: reached the recursion limit finding the struct tail for `Hello`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
@@ -1,4 +1,4 @@
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
error: reached the recursion limit finding the struct tail for `Hello`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`