Home
last modified time | relevance | path

Searched defs:ModulePathSuccess (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dmodule.rs28 pub struct ModulePathSuccess { struct
29 pub file_path: PathBuf,
30 pub dir_ownership: DirOwnership,
141 ) -> Result<ModulePathSuccess, ModError<'a>> { in mod_file_path()
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dparser.rs15 pub(crate) type ModulePathSuccess = rustc_expand::module::ModulePathSuccess; typedef
Dsession.rs205 ) -> Result<ModulePathSuccess, ModError<'_>> { in default_submod_path()