diff options
| author | Jethro Beekman <jethro@fortanix.com> | 2019-01-30 18:57:55 +0530 |
|---|---|---|
| committer | Jethro Beekman <jethro@fortanix.com> | 2019-01-30 21:07:48 +0530 |
| commit | a3f0af2e672055cddef1e87b56caff763322e6d9 (patch) | |
| tree | 175cc7fc1731748772e122b4e6bea1ca93d0a334 /src/libsyntax | |
| parent | 43b4c4a36b6c189bf0718a9d77ff1164c3fa7cac (diff) | |
| download | rust-a3f0af2e672055cddef1e87b56caff763322e6d9.tar.gz rust-a3f0af2e672055cddef1e87b56caff763322e6d9.zip | |
Add MOVBE feature
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 28209248246..9dd17b420aa 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -394,6 +394,7 @@ declare_features! ( (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. |
