Remove QueryContext.

`rustc_query_system` has been reduced so much that it's no longer
needed. This avoids a lot of indirection and abstraction.
This commit is contained in:
Nicholas Nethercote 2026-02-11 19:06:33 +11:00
parent a33907a7a5
commit 32e6a1a0ab
13 changed files with 75 additions and 127 deletions

View file

@ -4500,7 +4500,6 @@ dependencies = [
"rustc_index",
"rustc_macros",
"rustc_middle",
"rustc_query_system",
"rustc_serialize",
"rustc_session",
"rustc_span",