Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
|
These commits modify the If this was intentional then you can ignore this comment. Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
These commits modify the If this was intentional then you can ignore this comment. |
|
@jyn514 You'll want to look at the error on the first commit. The second is my attempted fix. |
@Zoxc you can use |
|
I'll have to remove the ability to document individual crates then, as different crates may have different sets of features. |
|
I think it would be possible to change which |
|
I'm going to favor #108865 then as I'd prefer not to reimplement cargo features in bootstrap. Ideally cargo would have to ability to specify features for a whole workspace here. |
This decouples the
testandproc_macrocrates by havingbootstrapbuild both at the same time instead of havingproc_macrobe a dependency oftest. This allows them to build in parallel saving around 9 seconds locally.The
stdis also built directly bybootstrapavoiding the extra features on thetestcrate.This is an alternative to #108865.