rust/compiler/rustc_interface
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
..
src Remove QueryContext. 2023-02-09 16:14:51 +11:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00