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 b56edd0 commit c29e5bcCopy full SHA for c29e5bc
.github/ISSUE_TEMPLATE.md
@@ -7,7 +7,11 @@
7
// files, and therefore any `#include` harms reproducibility. Additionally,
8
// the test case isn't minimal since the included file almost assuredly
9
// contains things that aren't necessary to reproduce the bug, and makes
10
-// tracking it down much more difficult. If necessary, see
+// tracking it down much more difficult.
11
+//
12
+// Use the `--dump-preprocessed-input` flag or the
13
+// `bindgen::Builder::dump_preprocessed_input` method to make your test case
14
+// standalone and without `#include`s, and then use C-Reduce to minimize it:
15
// https://github.com/servo/rust-bindgen/blob/master/CONTRIBUTING.md#using-creduce-to-minimize-test-cases
16
```
17
0 commit comments