Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#133509 - Urgau:dangling_lint_perf, r=Noratrieb
Recover some lost performence from rust-lang#132732 This PR reorders some conditions in the `dangling_pointers_from_temporaries` lint to avoid some potentially expensive query call, in particular those who could involve some metadata decoding from disk. cc rust-lang#132732 (comment) cc `@Kobzol`
- Loading branch information