Skip to content

Commit

Permalink
Rollup merge of rust-lang#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 rust-lang#52620, second issue number was wrong, changing from rust-lang#52133 to rust-lang#52113

r? @kennytm
  • Loading branch information
GuillaumeGomez committed Jul 31, 2018
2 parents 378c638 + b6b025b commit c56b44c
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 c56b44c

Please sign in to comment.