Skip to content

Commit ef17301

Browse files
authored
Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot
Fix `elided_named_lifetimes` in code rust-lang/rust#129207 (comment) r? cjgillot
2 parents c9f76e6 + 4819a43 commit ef17301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
11571157
}
11581158

11591159
#[inline]
1160-
fn get_thread_name<'c>(&'c self, thread: ThreadId) -> Option<&[u8]>
1160+
fn get_thread_name<'c>(&'c self, thread: ThreadId) -> Option<&'c [u8]>
11611161
where
11621162
'tcx: 'c,
11631163
{

0 commit comments

Comments
 (0)