diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2025-01-20 11:09:36 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2025-01-20 11:09:36 +0200 |
| commit | 4cf9f491aaeb1e92fb0c00952379a984185445b6 (patch) | |
| tree | c18688f922a2031796ffa0533f44cb512dde0821 /compiler/rustc_parse/src/parser/tokenstream | |
| parent | b81474b7227e1c37fb916610ed4858d2d7448373 (diff) | |
| parent | 9a1d156f38c51441ee51e5a068f1d0caf4bb0f27 (diff) | |
| download | rust-4cf9f491aaeb1e92fb0c00952379a984185445b6.tar.gz rust-4cf9f491aaeb1e92fb0c00952379a984185445b6.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'compiler/rustc_parse/src/parser/tokenstream')
| -rw-r--r-- | compiler/rustc_parse/src/parser/tokenstream/tests.rs | 2 |
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}; |
