mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 03:22:27 +00:00
Avoid a branch on key being local for queries that use the same local and extern providers Currently based on https://github.com/rust-lang/rust/pull/85810 as it slightly conflicts with it. Only the last two commits are new.