mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 14:23:25 +03:00
5b733e2bca
Rewrite `UnDerefer`, again This PR is intended to improve the perf regression introduced by #112882. `UnDerefer` has been separated out again for borrowck reasons. It was a bit overzealous to remove it in the previous PR. r? `@oli-obk`