update cfg(bootstrap)

This commit is contained in:
Pietro Albini 2025-01-08 21:26:39 +01:00
parent 79b00df93a
commit 2af3ba9a8a
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C
29 changed files with 49 additions and 169 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};