diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-26 03:50:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-26 03:50:22 +0200 |
| commit | 4387f99fc53ca6874c738c8588382adb89f3bbbf (patch) | |
| tree | 84a8fc38c4a3dda180846c2b2f51fa5898ab64c5 /src/libsyntax | |
| parent | 1738273ac3663263f049b65d7821928fa1330403 (diff) | |
| parent | d37f3fc1ecb453e8c38ca9bcf90e43192fccb797 (diff) | |
| download | rust-4387f99fc53ca6874c738c8588382adb89f3bbbf.tar.gz rust-4387f99fc53ca6874c738c8588382adb89f3bbbf.zip | |
Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichton
Add feature-gate for f16c target feature r? @alexcrichton
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 ba567a123ae..e90564d5aa5 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -403,6 +403,7 @@ declare_features! ( (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), + (active, f16c_target_feature, "1.36.0", Some(44839), None), // Allows macro invocations on modules expressions and statements and // procedural macros to expand to non-items. |
