Struct rustc_version::VersionMeta
[−]
[src]
pub struct VersionMeta {
pub semver: Version,
pub git_short_hash: String,
pub date: String,
pub channel: Channel,
}Rustc version plus metada like git short hash and build date.
Fields
semver | Version of the compiler |
git_short_hash | Git short hash of the build of the compiler |
date | Build date of the compiler |
channel | Release channel of the compiler |