summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-37311-type-length-limit/issue-37311.stderr
blob: 93aeb89469d4a3dbe9702dca34d3e66ce03a31a0 (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