Get rid of of the global_ctxt query
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// tidy-alphabetical-end
|
||||
|
||||
mod callbacks;
|
||||
mod errors;
|
||||
pub mod errors;
|
||||
pub mod interface;
|
||||
pub mod passes;
|
||||
mod proc_macro_decls;
|
||||
@@ -17,7 +17,7 @@ pub mod util;
|
||||
|
||||
pub use callbacks::setup_callbacks;
|
||||
pub use interface::{Config, run_compiler};
|
||||
pub use passes::DEFAULT_QUERY_PROVIDERS;
|
||||
pub use passes::{DEFAULT_QUERY_PROVIDERS, create_and_enter_global_ctxt};
|
||||
pub use queries::{Linker, Queries};
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user