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 cb89afc commit 8861ba6Copy full SHA for 8861ba6
src/rt/rust_refcount.h
src/rt/rust_type.h
@@ -13,7 +13,6 @@
13
#define RUST_TYPE_H
14
15
#include "rust_globals.h"
16
-#include "rust_refcount.h"
17
18
struct rust_opaque_box;
19
@@ -28,6 +27,8 @@ struct type_desc;
28
27
typedef void CDECL (glue_fn)(void *,
29
void *);
30
+typedef unsigned long ref_cnt_t;
31
+
32
// Corresponds to the boxed data in the @ region. The body follows the
33
// header; you can obtain a ptr via box_body() below.
34
struct rust_opaque_box {
0 commit comments