Files
rust/compiler/rustc_interface/src
Nicholas Nethercote 243944c653 Remove QueryContext.
There is a type `QueryCtxt`, which impls the trait `QueryContext`.
Confusingly, there is another type `QueryContext`. The latter is (like
`TyCtxt`) just a pointer to a `GlobalContext`. It's not used much, e.g.
its `impl` block has a single method.

This commit removes `QueryContext`, replacing its use with direct
`GlobalCtxt` use.
2023-02-09 16:14:51 +11:00
..
2023-02-09 15:25:45 +11:00
2023-02-09 16:14:51 +11:00
2022-11-05 17:54:06 +01:00
2023-02-09 16:14:51 +11:00