Skip to content

Commit baf6b76

Browse files
Rollup merge of rust-lang#52878 - mikhail-m1:master, r=kennytm
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
2 parents 415cc0d + b6b025b commit baf6b76

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 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)