We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a68d1 commit a88bcbeCopy full SHA for a88bcbe
tests/run-make/core-ffi-typecheck-clang/rmake.rs
@@ -55,7 +55,6 @@ fn main() {
55
.map(|&(_, to)| to)
56
.unwrap_or(llvm_target);
57
58
-
59
// Run Clang's preprocessor for the relevant target, printing default macro definitions.
60
let clang_output =
61
clang().args(&["-E", "-dM", "-x", "c", "/dev/null", "-target", &target_to_use]).run();
0 commit comments