Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dmetadata.rs534 let (manifest_path_with_transitive_proc_macros, tempdir) = self in generate()
552 .arg(&manifest_path_with_transitive_proc_macros) in generate()
569 manifest_path_with_transitive_proc_macros.display() in generate()
583 manifest_path_with_transitive_proc_macros.display() in generate()
782 let manifest_path_with_transitive_proc_macros = working_directory.path().join("Cargo.toml"); in copy_project_with_explicit_deps_on_all_transitive_proc_macros() localVariable
783 crate::splicing::write_manifest(&manifest_path_with_transitive_proc_macros, &manifest)?; in copy_project_with_explicit_deps_on_all_transitive_proc_macros()
784 Ok((manifest_path_with_transitive_proc_macros, working_directory)) in copy_project_with_explicit_deps_on_all_transitive_proc_macros()