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 f81933d commit b0319e9Copy full SHA for b0319e9
src/doc/trpl/conditional-compilation.md
@@ -47,7 +47,7 @@ secure-password = ["bcrypt"]
47
48
When you do this, Cargo passes along a flag to `rustc`:
49
50
-```
+```text
51
--cfg feature="${feature_name}"
52
```
53
0 commit comments