Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Mark-Simulacrum

use "bootstrap" instead of "rustbuild" in comments and docs

Let's stick with the single name "bootstrap" to refer to the bootstrap project to avoid confusion. This should make it clearer, especially for new contributors.
This commit is contained in:
Jubilee 2024-07-13 20:19:45 -07:00 committed by GitHub
commit 312db81e07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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