mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
17e13b549f
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.