Fix wrong issue number in the test name
This commit is contained in:
parent
7bbcd005b3
commit
b6b025bdaf
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue