cargo-bloat seems to get confused by proc macros? #22
Comments
|
Interesting. The problem is that it builds I've added |
|
I've published a new version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to determine what dependencies are contributing to the size of https://github.com/mozilla/mentat/ (after cd tools/cli, for example),
cargo bloat --releaseindicates that most of them are coming fromsyn. Filtering to thementatcrate gives zero results.It seems to be finding the executable that implements a procedural macro (in this case for
failure_derive).Explicitly passing
--bin mentat_clicauses it to report correct information.The text was updated successfully, but these errors were encountered: