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 f3d7655 commit f9c7347Copy full SHA for f9c7347
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0e21df46106ba80c43295d5f7ca57121baa1ac1e
+refs/heads/master: 1f74af505f8b481aa058f0e09fc1e4bd57aef0df
trunk/src/lib/sys.rs
@@ -3,9 +3,12 @@ Module: sys
3
4
Misc low level stuff
5
*/
6
-tag type_desc {
7
- type_desc(@type_desc);
8
-}
+tag type_desc = {
+ first_param: **ctypes::c_int,
+ size: ctypes::size_t,
9
+ align: ctypes::size_t
10
+ // Remaining fields not listed
11
+};
12
13
#[abi = "cdecl"]
14
native mod rustrt {
0 commit comments