Skip to content

Commit c29e5bc

Browse files
committed
Mention dumping preprocessed input headers in the issue template
1 parent b56edd0 commit c29e5bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
// files, and therefore any `#include` harms reproducibility. Additionally,
88
// the test case isn't minimal since the included file almost assuredly
99
// contains things that aren't necessary to reproduce the bug, and makes
10-
// tracking it down much more difficult. If necessary, see
10+
// 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:
1115
// https://github.com/servo/rust-bindgen/blob/master/CONTRIBUTING.md#using-creduce-to-minimize-test-cases
1216
```
1317

0 commit comments

Comments
 (0)