We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fn <name>
param: T
: T
param
return
cargo flowistry ...
flowistry-driver
For reference, here's a subset of slow calls when running the command in rust-lang/rust:
focus compiler/rustc_typeck/src/check/op.rs 21361
Place::interior_*
TyCtxt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Features
fn <name>
should not be greyed outparam: T
should not grey out: T
whenparam
is relevantreturn
should not be greyed out when return expression is relevantcargo flowistry ...
)Bugs
flowistry-driver
Performance
For reference, here's a subset of slow calls when running the command in rust-lang/rust:
Place::interior_*
TyCtxt
can take a while, e.g. 2.5s for rustc_typeck. What's causing this? Can it be made more incremental?The text was updated successfully, but these errors were encountered: