]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-22638.polonius.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-22638.polonius.stderr
CommitLineData
94222f64
XL
1error: reached the recursion limit while instantiating `A::matches::$CLOSURE`
2 --> $DIR/issue-22638.rs:56:9
3 |
4LL | a.matches(f)
5 | ^^^^^^^^^^^^
6 |
7note: `A::matches` defined here
8 --> $DIR/issue-22638.rs:15:5
9 |
10LL | pub fn matches<F: Fn()>(&self, f: &F) {
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12 = note: the full type name has been written to '$TEST_BUILD_DIR/issues/issue-22638.polonius/issue-22638.long-type.txt'
13
14error: aborting due to previous error
15