Skip to content

Commit 8296a3f

Browse files
committed
Add suppression for recent nightly
See rust-lang/rust#148765.
1 parent da03d5b commit 8296a3f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

suppressions/rust-1.93

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
Rust 1.93 standard library
3+
Memcheck:Leak
4+
match-leak-kinds: possible
5+
fun:malloc
6+
fun:alloc
7+
fun:alloc_impl
8+
fun:allocate
9+
fun:{closure#0}<std::thread::thread::Inner, std::alloc::System>
10+
fun:allocate_for_layout<core::mem::maybe_uninit::MaybeUninit<std::thread::thread::Inner>, alloc::sync::{impl#*}::new_uninit_in::{closure_env#0}<std::thread::thread::Inner, std::alloc::System>, fn(*mut u8) -> *mut alloc::sync::ArcInner<core::mem::maybe_uninit::MaybeUninit<std::thread::thread::Inner>>>
11+
fun:new_uninit_in<std::thread::thread::Inner, std::alloc::System>
12+
fun:_RNvMs_NtNtCsjSkZfQkjc54_3std6thread6threadNtB4_6Thread3new
13+
fun:_RNvNtNtCsjSkZfQkjc54_3std6thread7current12init_current
14+
fun:current_or_unnamed
15+
}

0 commit comments

Comments
 (0)