Home
last modified time | relevance | path

Searched defs:RustVersion (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/rust_tools/
Drust_uprev.py70 class RustVersion(NamedTuple): class
112 def compute_rustc_src_name(version: RustVersion) -> str:
116 def compute_rust_bootstrap_prebuilt_name(version: RustVersion) -> str:
126 directory: Path, name: str, version: Optional[RustVersion] = None
305 rust_version: RustVersion, template: Optional[RustVersion]
336 directory: Path, template_version: RustVersion, new_version: RustVersion
357 template_ebuild: str, pkgatom: str, new_version: RustVersion
366 def update_bootstrap_ebuild(new_bootstrap_version: RustVersion) -> None:
386 path: str, new_bootstrap_version: RustVersion
478 old_version: RustVersion, new_version: RustVersion
[all …]
/external/rust/cxx/
Dbuild.rs40 struct RustVersion { struct
45 fn rustc_version() -> Option<RustVersion> { in rustc_version() argument