willcrichton / flowistry

Flowistry is an IDE plugin for Rust that helps you focus on relevant code.
https://marketplace.visualstudio.com/items?itemName=wcrichton.flowistry
MIT License
1.91k stars 45 forks source link

Flowistry doesn't work on proc-macro crates #21

Closed luke-biel closed 2 years ago

luke-biel commented 3 years ago

As in title, I'm getting an error:

Flowistry could not run because your project failed to build with error:
error: Found argument '--proc-macro' which wasn't expected, or isn't valid in this context

USAGE:
    cargo rustc --package <SPEC> --profile <PROFILE-NAME> --quiet

For more information try --help

To reproduce:

willcrichton commented 3 years ago

Thanks for the bug report @luke-biel! I'll take a look this week.