Struct rustc_interface::Queries [−][src]
pub struct Queries<'tcx> {Show 14 fields
compiler: &'tcx Compiler,
gcx: OnceCell<GlobalCtxt<'tcx>>,
queries: OnceCell<TcxQueries<'tcx>>,
arena: WorkerLocal<Arena<'tcx>>,
hir_arena: WorkerLocal<Arena<'tcx>>,
dep_graph_future: Query<Option<DepGraphFuture>>,
parse: Query<Crate>,
crate_name: Query<String>,
register_plugins: Query<(Crate, Lrc<LintStore>)>,
expansion: Query<(Rc<Crate>, Rc<RefCell<BoxedResolver>>, Lrc<LintStore>)>,
dep_graph: Query<DepGraph>,
prepare_outputs: Query<OutputFilenames>,
global_ctxt: Query<QueryContext<'tcx>>,
ongoing_codegen: Query<Box<dyn Any>>,
}
Fields
compiler: &'tcx Compiler
gcx: OnceCell<GlobalCtxt<'tcx>>
queries: OnceCell<TcxQueries<'tcx>>
arena: WorkerLocal<Arena<'tcx>>
hir_arena: WorkerLocal<Arena<'tcx>>
dep_graph_future: Query<Option<DepGraphFuture>>
parse: Query<Crate>
crate_name: Query<String>
register_plugins: Query<(Crate, Lrc<LintStore>)>
expansion: Query<(Rc<Crate>, Rc<RefCell<BoxedResolver>>, Lrc<LintStore>)>
dep_graph: Query<DepGraph>
prepare_outputs: Query<OutputFilenames>
global_ctxt: Query<QueryContext<'tcx>>
ongoing_codegen: Query<Box<dyn Any>>
Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for Queries<'tcx>
impl<'tcx> !UnwindSafe for Queries<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 31056 bytes