diff --git a/src/threads.rs b/src/threads.rs index c8348e26269..72584b72655 100644 --- a/src/threads.rs +++ b/src/threads.rs @@ -331,6 +331,7 @@ fn remap_thread_local_alloc_ids( } Ok(()) } + /// Get a thread-specific allocation id for the given thread-local static. /// If needed, allocate a new one. ///