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 b1684e2 commit 2d08c73Copy full SHA for 2d08c73
src/doc/src/reference/config.md
@@ -349,6 +349,12 @@ Without `--target`, the flags will be passed to all compiler invocations
349
you have args that you do not want to pass to build scripts or proc macros and
350
are building for the host, pass `--target` with the host triple.
351
352
+> **Caution**: Due to the low-level nature of passing flags directly to the
353
+> compiler, this may cause a conflict with future versions of Cargo which may
354
+> issue the same or similar flags on its own which may interfere with the
355
+> flags you specify. This is an area where Cargo may not always be backwards
356
+> compatible.
357
+
358
##### `build.rustdocflags`
359
* Type: string or array of strings
360
* Default: none
0 commit comments