diff options
| author | tyler <tyler@brainiumstudios.com> | 2019-04-17 16:38:54 -0700 |
|---|---|---|
| committer | tyler <tyler@brainiumstudios.com> | 2019-04-17 17:10:24 -0700 |
| commit | 365a48a8bf0d4dbb343889c53f773adad74ef965 (patch) | |
| tree | aed21582fffc29e245f805407c3aa7d9a97a625e /src/libsyntax | |
| parent | 3c3d3c1777041200bb7ed7a65b6562d62899778c (diff) | |
| download | rust-365a48a8bf0d4dbb343889c53f773adad74ef965.tar.gz rust-365a48a8bf0d4dbb343889c53f773adad74ef965.zip | |
whitelist rtm x86 cpu 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 c8b020d8c0b..7bae5ba7571 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -402,6 +402,7 @@ declare_features! ( (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), + (active, rtm_target_feature, "1.35.0", Some(44839), None), // Allows macro invocations on modules expressions and statements and // procedural macros to expand to non-items. |
