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 b57cdb5 commit 6e5a746Copy full SHA for 6e5a746
src/doc/src/reference/build-scripts.md
@@ -318,8 +318,9 @@ to set the shared library version or the runtime-path.
318
The `warning` instruction tells Cargo to display a warning after the build
319
script has finished running. Warnings are only shown for `path` dependencies
320
(that is, those you're working on locally), so for example warnings printed
321
-out in [crates.io] crates are not emitted by default. The `-vv` "very verbose"
322
-flag may be used to have Cargo display warnings for all crates.
+out in [crates.io] crates are not emitted by default, unless the build fails.
+The `-vv` "very verbose" flag may be used to have Cargo display warnings for
323
+all crates.
324
325
## Build Dependencies
326
0 commit comments