about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorsayantn <sayantn05@gmail.com>2025-03-04 20:08:28 +0530
committersayantn <sayantn05@gmail.com>2025-03-05 05:34:37 +0530
commit7c2434c52caf1fc4269dd2e376fb332d0dd78143 (patch)
tree5593a937563e033f2c7c4ba23299a675692eeeca /compiler/rustc_span
parent0ec1d460bb898a22de37bcc040f86449371bdbdb (diff)
downloadrust-7c2434c52caf1fc4269dd2e376fb332d0dd78143.tar.gz
rust-7c2434c52caf1fc4269dd2e376fb332d0dd78143.zip
Add the `movrs` target feature and `movrs_target_feature` feature gate
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 1dc84150cbe..b932b525aea 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1348,6 +1348,7 @@ symbols! {
         movbe_target_feature,
         move_ref_pattern,
         move_size_limit,
+        movrs_target_feature,
         mul,
         mul_assign,
         mul_with_overflow,