Rollup merge of #52878 - mikhail-m1:master, r=kennytm
Fix wrong issue number in the test name I made a mistake in previous PR #52620, second issue number was wrong, changing from #52133 to #52113 r? @kennytm
This commit is contained in:
commit
9443dd519d
@ -1,5 +1,5 @@
|
||||
error[E0623]: lifetime mismatch
|
||||
--> $DIR/issue-52133.rs:43:9
|
||||
--> $DIR/issue-52113.rs:43:9
|
||||
|
|
||||
LL | fn produce_err<'a, 'b: 'a>(data: &'b mut Vec<&'b u32>, value: &'a u32) -> impl Bazinga + 'b {
|
||||
| -------------------- ------- these two types are declared with different lifetimes...
|
Loading…
Reference in New Issue
Block a user