mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
6f0ea299cf
Use rebind instead of Binder::bind when possible These are really only the easy places. I just searched for `Binder::bind` and replaced where it straightforward. r? `@lcnr` cc. `@nikomatsakis`
For more information about how rustc works, see the rustc dev guide.