mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
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
|
|
|