We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5208090 commit 3a97fc9Copy full SHA for 3a97fc9
src/tools/build-manifest/src/main.rs
@@ -218,7 +218,7 @@ impl Builder {
218
self.package("rust-docs", &mut manifest.pkg, TARGETS);
219
self.package("rust-src", &mut manifest.pkg, &["*"]);
220
221
- if self.channel == "nightly" {
+ if self.rust_release == "nightly" {
222
self.package("rust-analysis", &mut manifest.pkg, TARGETS);
223
}
224
@@ -271,7 +271,7 @@ impl Builder {
271
target: target.to_string(),
272
});
273
274
275
extensions.push(Component {
276
pkg: "rust-analysis".to_string(),
277
0 commit comments