We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b968d73 commit fb752a4Copy full SHA for fb752a4
src/vm/gc_thread.rs
@@ -12,7 +12,7 @@ pub trait GCThreadJoinHandle: Send {
12
}
13
14
/// An unimplemented [`GCThreadJoinHandle`]. Calling `join_native_thread` will panic.
15
-struct UnimplementedGCThreadJoinHandle;
+pub struct UnimplementedGCThreadJoinHandle;
16
17
impl GCThreadJoinHandle for UnimplementedGCThreadJoinHandle {
18
fn join_native_thread(self) {
0 commit comments