Skip to content

Commit

Permalink
doc(unstable): add codegen-backend to the list of unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 14, 2023
1 parent e6011b0 commit 5c87110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Each new feature described below should explain how to use it.
* [rustdoc-map](#rustdoc-map) — Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
* `Cargo.toml` extensions
* [Profile `rustflags` option](#profile-rustflags-option) — Passed directly to rustc.
* [codegen-backend](#codegen-backend) — Select the codegen backend used by rustc.
* [per-package-target](#per-package-target) — Sets the `--target` to use for each individual package.
* [artifact dependencies](#artifact-dependencies) - Allow build artifacts to be included into other build artifacts and build them for different targets.
* Information and metadata
Expand Down

0 comments on commit 5c87110

Please sign in to comment.