Skip to content

Commit 8c93cdc

Browse files
committed
Add a comment about the "specialization" feature required because of im-rc
1 parent 4375e9d commit 8c93cdc

File tree

1 file changed

+2
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/doc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,8 @@ tool_doc!(
11461146
"mdman",
11471147
"rustfix",
11481148
],
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.
11491151
allow_features: "specialization"
11501152
);
11511153
tool_doc!(Tidy, "src/tools/tidy", mode = Mode::ToolBootstrap, crates = ["tidy"]);

0 commit comments

Comments
 (0)