about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/tokenstream
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-01-20 09:29:00 +0000
committerGitHub <noreply@github.com>2025-01-20 09:29:00 +0000
commit141e53b7154083afcfb2e0fb0334e554d0c146a4 (patch)
tree1707172316fef25a86219934940bf7d3196d263f /compiler/rustc_parse/src/parser/tokenstream
parent61af2cc09a25a51015ed1c0e3ff9ce3dc8323987 (diff)
parent3af5c080e61a00986852fc12ff2681238eaaa2dc (diff)
downloadrust-141e53b7154083afcfb2e0fb0334e554d0c146a4.tar.gz
rust-141e53b7154083afcfb2e0fb0334e554d0c146a4.zip
Merge pull request #18980 from lnicola/sync-from-rust
minor: Sync from downstream
Diffstat (limited to 'compiler/rustc_parse/src/parser/tokenstream')
-rw-r--r--compiler/rustc_parse/src/parser/tokenstream/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/tokenstream/tests.rs b/compiler/rustc_parse/src/parser/tokenstream/tests.rs
index 037b5b1a9de..aac75323ff3 100644
--- a/compiler/rustc_parse/src/parser/tokenstream/tests.rs
+++ b/compiler/rustc_parse/src/parser/tokenstream/tests.rs
@@ -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};