41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
14 lines
377 B
Text
14 lines
377 B
Text
error: reached the recursion limit while instantiating `A::matches::$CLOSURE`
|
|
--> $DIR/issue-22638.rs:56:9
|
|
|
|
|
LL | a.matches(f)
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
note: `A::matches` defined here
|
|
--> $DIR/issue-22638.rs:15:5
|
|
|
|
|
LL | pub fn matches<F: Fn()>(&self, f: &F) {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|