summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-37311-type-length-limit/issue-37311.stderr
blob: 5b8299fe839d7bcdb100808ed8c4e7a5049d5458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: reached the recursion limit while instantiating `<(&(&(..., ...), ...), ...) as Foo>::recurse`
  --> $DIR/issue-37311.rs:17:9
   |
LL |         (self, self).recurse();
   |         ^^^^^^^^^^^^^^^^^^^^^^
   |
note: `<T as Foo>::recurse` defined here
  --> $DIR/issue-37311.rs:16:5
   |
LL |     fn recurse(&self) {
   |     ^^^^^^^^^^^^^^^^^
   = note: the full type name has been written to '$TEST_BUILD_DIR/issues/issue-37311-type-length-limit/issue-37311/issue-37311.long-type.txt'

error: aborting due to previous error