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.
im-rc
1 parent 4375e9d commit 8c93cdcCopy full SHA for 8c93cdc
src/bootstrap/src/core/build_steps/doc.rs
@@ -1146,6 +1146,8 @@ tool_doc!(
1146
"mdman",
1147
"rustfix",
1148
],
1149
+ // Required because of the im-rc dependency of Cargo, which automatically opts into the
1150
+ // "specialization" feature in its build script when it detects a nightly toolchain.
1151
allow_features: "specialization"
1152
);
1153
tool_doc!(Tidy, "src/tools/tidy", mode = Mode::ToolBootstrap, crates = ["tidy"]);
0 commit comments