mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
update tests
This commit is contained in:
@@ -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"]`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user