File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ This will change the [`dev` profile](../reference/profiles.md#dev) to use the [C
63
63
64
64
Trade-offs:
65
65
- ✅ Faster code generation (`cargo build`)
66
- - ❌ **Requires using nightly Rust and an unstable Cargo feature**
66
+ - ❌ **Requires using nightly Rust and an [ unstable Cargo feature][codegen-backend-feature] **
67
67
- ❌ Worse runtime performance of the generated code
68
68
- Speeds up build part of `cargo test`, but might increase its test execution part
69
69
- ❌ Only available for [certain targets](https://github.com/rust-lang/rustc_codegen_cranelift?tab=readme-ov-file#platform-support)
@@ -86,4 +86,4 @@ Trade-offs:
86
86
87
87
[ parallel-frontend-blog ] : https://blog.rust-lang.org/2023/11/09/parallel-rustc/
88
88
[ parallel-frontend-issue ] : https://github.com/rust-lang/rust/issues/113349
89
-
89
+ [ codegen-backend-feature ] : ../reference/unstable.md#codegen-backend
You can’t perform that action at this time.
0 commit comments