about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/tests.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-01-09 13:33:16 +0000
committerbors <bors@rust-lang.org>2025-01-09 13:33:16 +0000
commit251206c27b619ccf3a08e2ac4c525dc343f08492 (patch)
tree13923b793396062b4146a22f4aef8b07e133c5a0 /compiler/rustc_parse/src/parser/tests.rs
parentec12cd8436aab693d8847b3077c26fe2de4ed661 (diff)
parentd894ce8827a65e06e96200482fad9e54dbdd17a6 (diff)
downloadrust-251206c27b619ccf3a08e2ac4c525dc343f08492.tar.gz
rust-251206c27b619ccf3a08e2ac4c525dc343f08492.zip
Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum
Master bootstrap update

Part of the release process.

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_parse/src/parser/tests.rs')
-rw-r--r--compiler/rustc_parse/src/parser/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/tests.rs b/compiler/rustc_parse/src/parser/tests.rs
index b810bb4e3bb..655ab822359 100644
--- a/compiler/rustc_parse/src/parser/tests.rs
+++ b/compiler/rustc_parse/src/parser/tests.rs
@@ -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::*;