Skip to content

Commit

Permalink
Rollup merge of #52878 - mikhail-m1:master, r=kennytm
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mark-Simulacrum authored Jul 30, 2018
2 parents 415cc0d + b6b025b commit baf6b76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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...
Expand Down

0 comments on commit baf6b76

Please sign in to comment.