about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorJeremy Smart <jeremy3141592@gmail.com>2025-07-31 23:27:02 -0400
committerJeremy Smart <jeremy3141592@gmail.com>2025-09-08 22:07:43 -0400
commit8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9 (patch)
tree0d328de6ffe270424d23b8a29ac875b98e87d4fa /compiler/rustc_span
parent51ff895062ba60a7cba53f57af928c3fb7b0f2f4 (diff)
downloadrust-8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9.tar.gz
rust-8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9.zip
change end to last
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 77260d07c99..f6bb5be025f 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -326,6 +326,7 @@ symbols! {
         RangeSub,
         RangeTo,
         RangeToInclusive,
+        RangeToInclusiveCopy,
         Rc,
         RcWeak,
         Ready,
@@ -1280,6 +1281,7 @@ symbols! {
         lang,
         lang_items,
         large_assignments,
+        last,
         lateout,
         lazy_normalization_consts,
         lazy_type_alias,