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:
parent
a33907a7a5
commit
32e6a1a0ab
13 changed files with 75 additions and 127 deletions
|
|
@ -4500,7 +4500,6 @@ dependencies = [
|
|||
"rustc_index",
|
||||
"rustc_macros",
|
||||
"rustc_middle",
|
||||
"rustc_query_system",
|
||||
"rustc_serialize",
|
||||
"rustc_session",
|
||||
"rustc_span",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue