Skip to content

Commit 8155209

Browse files
committed
enable the movrs target feature in core and std
1 parent 3776c07 commit 8155209

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
#![feature(hexagon_target_feature)]
183183
#![feature(loongarch_target_feature)]
184184
#![feature(mips_target_feature)]
185+
#![feature(movrs_target_feature)]
185186
#![feature(nvptx_target_feature)]
186187
#![feature(powerpc_target_feature)]
187188
#![feature(riscv_target_feature)]

0 commit comments

Comments
 (0)