Home
last modified time | relevance | path

Searched defs:lint_store (Results 1 – 9 of 9) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_plugin_impl/src/
H A Dlib.rs23 pub lint_store: &'a mut LintStore, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dlib.rs231 let mut lint_store = LintStore::new(); in new_lint_store() localVariable
H A Dcontext.rs547 pub lint_store: &'tcx LintStore, field
570 pub lint_store: &'a LintStore, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_interface/src/
H A Dpasses.rs218 let mut lint_store = rustc_lint::new_lint_store( in register_plugins() localVariable
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dsession.rs145 lint_store: OnceCell<Lrc<dyn SessionLintStore>>, field
321 let lint_store = self.lint_store.get().expect("`lint_store` not initialized!"); in emit_future_breakage() localVariable
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dsession.rs146 lint_store: OnceCell<Lrc<dyn SessionLintStore>>, field
322 let lint_store = self.lint_store.get().expect("`lint_store` not initialized!"); in emit_future_breakage() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dsession.rs145 lint_store: OnceCell<Lrc<dyn SessionLintStore>>, field
321 let lint_store = self.lint_store.get().expect("`lint_store` not initialized!"); in emit_future_breakage() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_driver/src/
H A Dlib.rs250 let mut lint_store = rustc_lint::new_lint_store( in run_compiler() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dcontext.rs986 pub lint_store: Lrc<dyn Any + sync::Sync + sync::Send>, field