Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini
Bump bootstrap compiler to 1.68 This also changes our stage0.json to include the rustc component for the rustfmt pinned nightly toolchain, which is currently necessary due to rustfmt dynamically linking to that toolchain's librustc_driver and libstd. r? `@pietroalbini`
This commit is contained in:
@@ -271,7 +271,7 @@ pub const MAIN_SEPARATOR: char = crate::sys::path::MAIN_SEP;
|
||||
/// The primary separator of path components for the current platform.
|
||||
///
|
||||
/// For example, `/` on Unix and `\` on Windows.
|
||||
#[stable(feature = "main_separator_str", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "main_separator_str", since = "1.68.0")]
|
||||
pub const MAIN_SEPARATOR_STR: &str = crate::sys::path::MAIN_SEP_STR;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
@@ -1778,7 +1778,7 @@ impl ops::Deref for PathBuf {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "path_buf_deref_mut", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "path_buf_deref_mut", since = "1.68.0")]
|
||||
impl ops::DerefMut for PathBuf {
|
||||
#[inline]
|
||||
fn deref_mut(&mut self) -> &mut Path {
|
||||
|
||||
Reference in New Issue
Block a user