11error: implementation of `Parser` is not general enough
2- --> $DIR/issue-71955.rs:52 :5
2+ --> $DIR/issue-71955.rs:57 :5
33 |
44LL | foo(bar, "string", |s| s.len() == 5);
55 | ^^^ implementation of `Parser` is not general enough
@@ -8,7 +8,7 @@ LL | foo(bar, "string", |s| s.len() == 5);
88 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
99
1010error: implementation of `Parser` is not general enough
11- --> $DIR/issue-71955.rs:52 :5
11+ --> $DIR/issue-71955.rs:57 :5
1212 |
1313LL | foo(bar, "string", |s| s.len() == 5);
1414 | ^^^ implementation of `Parser` is not general enough
@@ -17,7 +17,7 @@ LL | foo(bar, "string", |s| s.len() == 5);
1717 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
1818
1919error: implementation of `Parser` is not general enough
20- --> $DIR/issue-71955.rs:52 :5
20+ --> $DIR/issue-71955.rs:57 :5
2121 |
2222LL | foo(bar, "string", |s| s.len() == 5);
2323 | ^^^ implementation of `Parser` is not general enough
@@ -26,7 +26,7 @@ LL | foo(bar, "string", |s| s.len() == 5);
2626 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
2727
2828error: implementation of `Parser` is not general enough
29- --> $DIR/issue-71955.rs:52 :5
29+ --> $DIR/issue-71955.rs:57 :5
3030 |
3131LL | foo(bar, "string", |s| s.len() == 5);
3232 | ^^^ implementation of `Parser` is not general enough
@@ -35,7 +35,7 @@ LL | foo(bar, "string", |s| s.len() == 5);
3535 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
3636
3737error: implementation of `Parser` is not general enough
38- --> $DIR/issue-71955.rs:52 :5
38+ --> $DIR/issue-71955.rs:57 :5
3939 |
4040LL | foo(bar, "string", |s| s.len() == 5);
4141 | ^^^ implementation of `Parser` is not general enough
@@ -44,7 +44,7 @@ LL | foo(bar, "string", |s| s.len() == 5);
4444 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
4545
4646error: implementation of `Parser` is not general enough
47- --> $DIR/issue-71955.rs:58 :5
47+ --> $DIR/issue-71955.rs:63 :5
4848 |
4949LL | foo(baz, "string", |s| s.0.len() == 5);
5050 | ^^^ implementation of `Parser` is not general enough
@@ -53,7 +53,7 @@ LL | foo(baz, "string", |s| s.0.len() == 5);
5353 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
5454
5555error: implementation of `Parser` is not general enough
56- --> $DIR/issue-71955.rs:58 :5
56+ --> $DIR/issue-71955.rs:63 :5
5757 |
5858LL | foo(baz, "string", |s| s.0.len() == 5);
5959 | ^^^ implementation of `Parser` is not general enough
@@ -62,7 +62,7 @@ LL | foo(baz, "string", |s| s.0.len() == 5);
6262 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
6363
6464error: implementation of `Parser` is not general enough
65- --> $DIR/issue-71955.rs:58 :5
65+ --> $DIR/issue-71955.rs:63 :5
6666 |
6767LL | foo(baz, "string", |s| s.0.len() == 5);
6868 | ^^^ implementation of `Parser` is not general enough
@@ -71,7 +71,7 @@ LL | foo(baz, "string", |s| s.0.len() == 5);
7171 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
7272
7373error: implementation of `Parser` is not general enough
74- --> $DIR/issue-71955.rs:58 :5
74+ --> $DIR/issue-71955.rs:63 :5
7575 |
7676LL | foo(baz, "string", |s| s.0.len() == 5);
7777 | ^^^ implementation of `Parser` is not general enough
@@ -80,7 +80,7 @@ LL | foo(baz, "string", |s| s.0.len() == 5);
8080 = note: ...but it actually implements `Parser<'1>`, for some specific lifetime `'1`
8181
8282error: implementation of `Parser` is not general enough
83- --> $DIR/issue-71955.rs:58 :5
83+ --> $DIR/issue-71955.rs:63 :5
8484 |
8585LL | foo(baz, "string", |s| s.0.len() == 5);
8686 | ^^^ implementation of `Parser` is not general enough
0 commit comments