]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/feature_gate.rs
Add MOVBE feature
[rust.git] / src / libsyntax / feature_gate.rs
index 2820924824697e4fd27d732d0067075c912d4568..9dd17b420aa44e890c1b49017bd55744cee1d0fc 100644 (file)
@@ -394,6 +394,7 @@ pub fn walk_feature_fields<F>(&self, mut f: F)
     (active, wasm_target_feature, "1.30.0", Some(44839), None),
     (active, adx_target_feature, "1.32.0", Some(44839), None),
     (active, cmpxchg16b_target_feature, "1.32.0", Some(44839), None),
+    (active, movbe_target_feature, "1.34.0", Some(44839), None),
 
     // Allows macro invocations on modules expressions and statements and
     // procedural macros to expand to non-items.