Skip to content

Conversation

coolreader18
Copy link
Contributor

This improves build times for crates that depend on this crate, since instead of making a chain in the build graph like this:

  • foo-macro
    • syn
    • proc-macro-crate
      • thiserror
        • syn

Which forces syn to be built in series (syn then proc-macro-crate then foo-macro), it instead can look like

  • foo-macro
    • syn
    • proc-macro-crate

Which lets it build in parallel (syn AND proc-macro-crate, then foo-macro).

@bkchr bkchr merged commit fb8a49a into bkchr:master Dec 15, 2022
@coolreader18 coolreader18 deleted the manual-error branch December 19, 2022 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants