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 95b921b commit 63e8461Copy full SHA for 63e8461
src/doc/src/reference/config.md
@@ -170,7 +170,7 @@ rustflags = ["…", "…"] # custom flags for `rustc`
170
[target.<triple>.<links>] # `links` build script override
171
rustc-link-lib = ["foo"]
172
rustc-link-search = ["/path/to/foo"]
173
-rustc-flags = ["-L", "/some/path"]
+rustc-flags = "-L /some/path"
174
rustc-cfg = ['key="value"']
175
rustc-env = {key = "value"}
176
rustc-cdylib-link-arg = ["…"]
0 commit comments