Home
last modified time | relevance | path

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

/third_party/rust/rust/src/bootstrap/
Dchannel.rs17 pub enum GitInfo { enum
37 impl GitInfo { impl
38 pub fn new(omit_git_hash: bool, dir: &Path) -> GitInfo { in new()
Dlib.rs739 fn rust_info(&self) -> &GitInfo { in rust_info()