Skip to content

Commit 3b1d14e

Browse files
committed
chore: add doc for helper.c
1 parent def0c0b commit 3b1d14e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/rustc_codegen_c/src/helper.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Some helper macros for the generated code */
2+
13
/** cast from unsigned to signed
24
* example: `__rust_utos(uint32_t, int32_t, x, INT32_MAX)`
35
*/

0 commit comments

Comments
 (0)