diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2022-11-26 12:24:58 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2022-11-28 14:08:19 -0800 |
| commit | 360bcb6fc6fb09e4a20e6b6de4f8db86807cb9a6 (patch) | |
| tree | bebdada2bb13e7bbc1c3e0052c7d0bf3a376d1fe | |
| parent | be02bd9ac1483c67b7764eb81bfc3396f9f18473 (diff) | |
| download | rust-360bcb6fc6fb09e4a20e6b6de4f8db86807cb9a6.tar.gz rust-360bcb6fc6fb09e4a20e6b6de4f8db86807cb9a6.zip | |
fix test
| -rw-r--r-- | src/test/ui/issues/issue-23122-2.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/issues/issue-23122-2.stderr b/src/test/ui/issues/issue-23122-2.stderr index 5828e027b59..1f50b06a0e4 100644 --- a/src/test/ui/issues/issue-23122-2.stderr +++ b/src/test/ui/issues/issue-23122-2.stderr @@ -5,7 +5,7 @@ LL | type Next = <GetNext<T::Next> as Next>::Next; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_23122_2`) -note: required for `GetNext<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next>` to implement `Next` +note: required for `GetNext<<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next>` to implement `Next` --> $DIR/issue-23122-2.rs:10:15 | LL | impl<T: Next> Next for GetNext<T> { |
