We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d91c5 commit 2d99bbdCopy full SHA for 2d99bbd
book/src/tutorial-1.md
@@ -13,3 +13,9 @@ you're unsure.
13
[build-dependencies]
14
bindgen = "0.53.1"
15
```
16
+
17
+> ⚠️ **Warning**
18
+>
19
+> `bindgen` needs to be added to the `[build-dependencies]` section, not the normal
20
+> `[dependencies]` section. If you add it as a regular dependency, you will get
21
+> errors like the following: `` error[E0463]: can't find crate for `bindgen` ``
0 commit comments