Auto merge of #3751 - rust-lang:rustup-2024-07-16, r=RalfJung

Automatic Rustup
This commit is contained in:
bors 2024-07-16 05:46:31 +00:00
commit 392f8c8ad4

View file

@ -15,7 +15,7 @@ pub struct VersionInfo {
pub version: &'static str,
/// The release channel we were built for (stable/beta/nightly/dev).
///
/// `None` if not built via rustbuild.
/// `None` if not built via bootstrap.
pub release_channel: Option<&'static str>,
/// Information about the Git repository we may have been built from.
///