summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2022-11-11 14:31:07 +0000
committerDeadbeef <ent3rm4n@gmail.com>2022-11-18 06:16:20 +0000
commitbc51f8783cdbee5a1ed121f017ec7360d9be9124 (patch)
tree99e6168b33feb285042553ab6bbcc546856967fb /compiler/rustc_span/src
parent64a17a09a87118fdb80dae8bf993692d18ea9fa2 (diff)
downloadrust-bc51f8783cdbee5a1ed121f017ec7360d9be9124.tar.gz
rust-bc51f8783cdbee5a1ed121f017ec7360d9be9124.zip
rename to `string_deref_patterns`
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index a06e613b82f..ec393ce5030 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -597,7 +597,6 @@ symbols! {
         deref,
         deref_method,
         deref_mut,
-        deref_patterns,
         deref_target,
         derive,
         derive_const,
@@ -1406,6 +1405,7 @@ symbols! {
         str_trim_end,
         str_trim_start,
         strict_provenance,
+        string_deref_patterns,
         stringify,
         struct_field_attributes,
         struct_inherit,