about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2022-10-05 23:18:22 +0200
committerUrgau <urgau@numericable.fr>2022-10-08 11:00:13 +0200
commitc084c263977ba7376ce944b9dd6b8dffdc2eee48 (patch)
tree1586b6bd19f7b9a3a2c83c2b5e45caf86138985b /compiler/rustc_span
parenta688a0305fad9219505a8f2576446510601bafe8 (diff)
downloadrust-c084c263977ba7376ce944b9dd6b8dffdc2eee48.tar.gz
rust-c084c263977ba7376ce944b9dd6b8dffdc2eee48.zip
Split slice part of feature(half_open_range_patterns) to [...]_in_slices
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 8cb7d147d02..fe4fd33bdba 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -785,6 +785,7 @@ symbols! {
         globs,
         gt,
         half_open_range_patterns,
+        half_open_range_patterns_in_slices,
         hash,
         hexagon_target_feature,
         hidden,