We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbb851 commit 7d94151Copy full SHA for 7d94151
tests/tests.rs
@@ -95,7 +95,7 @@ fn json_target() {
95
"llvm-target": "x86_64-unknown-none",
96
"target-endian": "little",
97
"target-pointer-width": "64",
98
- "target-c-int-width": "32",
+ "target-c-int-width": 32,
99
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
100
"arch": "x86_64",
101
"os": "none",
0 commit comments