summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-22638.stderr
blob: 45290f6afe9de8d7d47c2ca4fab0bb060f25c12f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: reached the recursion limit while instantiating `A::matches::$CLOSURE`
  --> $DIR/issue-22638.rs:57:9
   |
LL |         a.matches(f)
   |         ^^^^^^^^^^^^
   |
note: `A::matches` defined here
  --> $DIR/issue-22638.rs:16:5
   |
LL |     pub fn matches<F: Fn()>(&self, f: &F) {
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error