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 8d42b39 commit 0f3f8daCopy full SHA for 0f3f8da
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d645f87c6d04019bc15bfedd7a204942be17ee04
+refs/heads/master: a6f9f73f06a075343fe71a2fd7b1ba06d71366a2
trunk/src/rt/rust_port.h
@@ -3,7 +3,7 @@
3
4
class rust_port : public kernel_owned<rust_port>, public rust_cond {
5
public:
6
- RUST_ATOMIC_REFCOUNT();
+ RUST_REFCOUNTED(rust_port)
7
8
rust_port_id id;
9
0 commit comments