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.
2 parents b51ddf3 + cfa4052 commit 85c063bCopy full SHA for 85c063b
.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,5 @@
1
+<!-- Thanks for filing a bindgen issue! We appreciate it :-) -->
2
+
3
### Input C/C++ Header
4
5
```C++
@@ -57,14 +59,3 @@ Replace this with a description of what you expected instead of the actual
57
59
results. The more precise, the better! For example, if a struct in the generated
58
60
bindings is missing a field that exists in the C/C++ struct, note that here.
61
-->
-
-### `RUST_LOG=bindgen` Output
62
63
-<details>
64
65
-```
66
-Insert debug logging when running bindgen (not when compiling bindgen's output)
67
-with the `RUST_LOG=bindgen` environment variable set.
68
69
70
-</details>
0 commit comments