Expand description
Polonius integration to extract borrowck facts from rustc.
Functionsยง
- enable_
mir_ simplification - get_
body_ with_ borrowck_ facts - Gets the MIR body and Polonius-generated
borrowck facts
for a given
LocalDefId
. - override_
queries - You must use this function in
rustc_driver::Callbacks::config
to callget_body_with_borrowck_facts
. - simplify_
mir - MIR pass to remove instructions not important for Flowistry.