Searched refs:rustc_entry (Results 1 – 2 of 2) sorted by relevance
78 mod rustc_entry; module87 pub use crate::rustc_entry::*;
34 pub fn rustc_entry(&mut self, key: K) -> RustcEntry<'_, K, V, A> { in rustc_entry() function