rust-lang / polonius

Defines the Rust borrow checker.
Apache License 2.0
1.35k stars 73 forks source link

March garden maintenance #161

Closed lqd closed 3 years ago

lqd commented 3 years ago

This PR:

(there's still another warning that I didn't fix: the Context::potential_errors field is still unused, until I complete the work on sharing the results between the LocationInsensitive and DatafrogOpt variants to optimize the latter, and which should hopefully happen soon-ish)

(This was mostly to reduce compile times, which are lowered by 15-20s with this PR on my machine)

nikomatsakis commented 3 years ago

this looks good! r=me