We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def0c0b commit 3b1d14eCopy full SHA for 3b1d14e
crates/rustc_codegen_c/src/helper.h
@@ -1,3 +1,5 @@
1
+/* Some helper macros for the generated code */
2
+
3
/** cast from unsigned to signed
4
* example: `__rust_utos(uint32_t, int32_t, x, INT32_MAX)`
5
*/
0 commit comments