universally directly depend on serde_derive instead of accessing it through serde. #135647
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
bootstrap does this in order to flatten its dependencies and improve build times, but since other crates (like
compiletest
andrustdoc
) use thederive
feature flag, i believe this meansserde
has to be built twice to use any of these programs.wouldn't it be best to always use the same set of feature flags to serde?
The text was updated successfully, but these errors were encountered: