Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum

Master bootstrap update

Part of the release process.

r? `@Mark-Simulacrum`
This commit is contained in:
bors 2025-01-09 13:33:16 +00:00
commit 251206c27b
59 changed files with 593 additions and 710 deletions

View file

@ -1,4 +1,4 @@
#![cfg_attr(not(bootstrap), allow(rustc::symbol_intern_string_literal))]
#![allow(rustc::symbol_intern_string_literal)]
use std::assert_matches::assert_matches;
use std::io::prelude::*;

View file

@ -1,4 +1,4 @@
#![cfg_attr(not(bootstrap), allow(rustc::symbol_intern_string_literal))]
#![allow(rustc::symbol_intern_string_literal)]
use rustc_ast::token::{self, IdentIsRaw};
use rustc_ast::tokenstream::{TokenStream, TokenTree};