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.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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: