Skip to content

Commit 44c4950

Browse files
committed
update tests
1 parent 950bbe7 commit 44c4950

5 files changed

Lines changed: 5 additions & 5 deletions

tests/ui/traits/solver-cycles/129541-recursive-struct.multiple_curr.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
1+
error: reached the recursion limit finding the struct tail for `Hello`
22
|
33
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
44

tests/ui/traits/solver-cycles/129541-recursive-struct.multiple_next.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
1+
error: reached the recursion limit finding the struct tail for `Hello`
22
|
33
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
44

tests/ui/traits/solver-cycles/129541-recursive-struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//~ ERROR reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
1+
//~ ERROR reached the recursion limit finding the struct tail for `Hello`
22
// Regression test for #129541
33

44
//@ revisions: unique_curr unique_next multiple_curr multiple_next

tests/ui/traits/solver-cycles/129541-recursive-struct.unique_curr.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
1+
error: reached the recursion limit finding the struct tail for `Hello`
22
|
33
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
44

tests/ui/traits/solver-cycles/129541-recursive-struct.unique_next.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
1+
error: reached the recursion limit finding the struct tail for `Hello`
22
|
33
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`
44

0 commit comments

Comments
 (0)