2024-07-12 21:15:25 -04:00
|
|
|
error: reached the recursion limit while instantiating `A::matches::<{closure@$DIR/issue-22638.rs:42:23: 42:25}>`
|
|
|
|
|
--> $DIR/issue-22638.rs:54:9
|
2020-09-15 09:37:19 -05:00
|
|
|
|
|
2024-07-12 21:15:25 -04:00
|
|
|
LL | a.matches(f)
|
|
|
|
|
| ^^^^^^^^^^^^
|
2020-09-15 09:37:19 -05:00
|
|
|
|
|
2024-07-12 21:15:25 -04:00
|
|
|
note: `A::matches` defined here
|
|
|
|
|
--> $DIR/issue-22638.rs:13:5
|
|
|
|
|
|
|
|
|
|
|
LL | pub fn matches<F: Fn()>(&self, f: &F) {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|