We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f8e86 commit 25dee4eCopy full SHA for 25dee4e
src/tools/opt-dist/src/main.rs
@@ -407,13 +407,18 @@ fn main() -> anyhow::Result<()> {
407
for target in [
408
"rust-docs",
409
"rustc-docs",
410
+ "rustc-dev",
411
+ "rust-dev",
412
"rust-docs-json",
413
"rust-analyzer",
414
"rustc-src",
415
+ "extended",
416
"clippy",
417
"miri",
418
"rustfmt",
419
"gcc",
420
+ "generate-copyright",
421
+ "bootstrap",
422
] {
423
build_args.extend(["--skip".to_string(), target.to_string()]);
424
}
0 commit comments