Searched defs:ModulePathSuccess (Results 1 – 3 of 3) sorted by relevance
28 pub struct ModulePathSuccess { struct29 pub file_path: PathBuf,30 pub dir_ownership: DirOwnership,141 ) -> Result<ModulePathSuccess, ModError<'a>> { in mod_file_path()
15 pub(crate) type ModulePathSuccess = rustc_expand::module::ModulePathSuccess; typedef
205 ) -> Result<ModulePathSuccess, ModError<'_>> { in default_submod_path()