Fix wrong issue number in the test name

This commit is contained in:
Mikhail Modin 2018-07-30 17:05:30 +01:00
parent 7bbcd005b3
commit b6b025bdaf
2 changed files with 1 additions and 1 deletions

View file

@ -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...