Skip to content

Commit

Permalink
Fix wrong issue number in the test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Modin committed Jul 30, 2018
1 parent 7bbcd00 commit b6b025b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
@@ -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 b6b025b

Please sign in to comment.