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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Each new feature described below should explain how to use it.
85
85
*[rustdoc-map](#rustdoc-map) — Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
86
86
*`Cargo.toml` extensions
87
87
*[Profile `rustflags` option](#profile-rustflags-option) — Passed directly to rustc.
88
+
*[codegen-backend](#codegen-backend) — Select the codegen backend used by rustc.
88
89
*[per-package-target](#per-package-target) — Sets the `--target` to use for each individual package.
89
90
*[artifact dependencies](#artifact-dependencies) - Allow build artifacts to be included into other build artifacts and build them for different targets.
0 commit comments