You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/doc/src/reference/unstable.md
+5-93
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,6 @@ For the latest nightly, see the [nightly version] of this page.
93
93
*[codegen-backend](#codegen-backend) --- Select the codegen backend used by rustc.
94
94
*[per-package-target](#per-package-target) --- Sets the `--target` to use for each individual package.
95
95
*[artifact dependencies](#artifact-dependencies) --- Allow build artifacts to be included into other build artifacts and build them for different targets.
96
-
*[`[lints]`](#lints) --- Configure lint levels for various linter tools.
97
96
* Information and metadata
98
97
*[Build-plan](#build-plan) --- Emits JSON information on which commands will be run.
99
98
*[unit-graph](#unit-graph) --- Emits JSON for Cargo's internal graph structure.
@@ -1571,100 +1570,8 @@ Differences between `cargo run --manifest-path <path>` and `cargo <path>`
1571
1570
-`cargo <path>` runs with the config for`<path>` and not the current dir, more like `cargo install --path <path>`
1572
1571
-`cargo <path>` is at a verbosity level below the normal default. Pass`-v` to get normal output.
0 commit comments