Home
last modified time | relevance | path

Searched refs:SessionLintStore (Results 1 – 3 of 3) sorted by relevance

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dsession.rs44 pub trait SessionLintStore: sync::Send + sync::Sync { trait
145 lint_store: OnceCell<Lrc<dyn SessionLintStore>>,
634 pub fn init_lint_store(&self, lint_store: Lrc<dyn SessionLintStore>) { in init_lint_store() argument
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dsession.rs44 pub trait SessionLintStore: sync::Send + sync::Sync { interface
146 lint_store: OnceCell<Lrc<dyn SessionLintStore>>,
641 pub fn init_lint_store(&self, lint_store: Lrc<dyn SessionLintStore>) { in init_lint_store() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dsession.rs44 pub trait SessionLintStore: sync::Send + sync::Sync { interface
145 lint_store: OnceCell<Lrc<dyn SessionLintStore>>,
634 pub fn init_lint_store(&self, lint_store: Lrc<dyn SessionLintStore>) { in init_lint_store() argument