Skip to content

Commit b6b025b

Browse files
author
Mikhail Modin
committed
Fix wrong issue number in the test name
1 parent 7bbcd00 commit b6b025b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/test/ui/nll/issue-52133.stderr renamed to src/test/ui/nll/issue-52113.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0623]: lifetime mismatch
2-
--> $DIR/issue-52133.rs:43:9
2+
--> $DIR/issue-52113.rs:43:9
33
|
44
LL | fn produce_err<'a, 'b: 'a>(data: &'b mut Vec<&'b u32>, value: &'a u32) -> impl Bazinga + 'b {
55
| -------------------- ------- these two types are declared with different lifetimes...

0 commit comments

Comments
 (0)