You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: show extra build description from bootstrap (#15269)
### What does this PR try to resolve?
`CFG_VER_DESCRIPTION` is descriptive string to be appended to version
output.
This is usually set by the bootstrap in rust-lang/rust. Useful for
showing vendor build information.
See <rust-lang/rust#137723>.
### How should we test and review this PR?
```bash
CFG_VER_DESCRIPTION="My Awesome Rust Distribution" cargo b
target/debug/cargo version
```
0 commit comments