about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-04-25 15:44:22 +0200
committergnzlbg <gonzalobg88@gmail.com>2019-04-25 15:44:22 +0200
commitd37f3fc1ecb453e8c38ca9bcf90e43192fccb797 (patch)
tree244e0c8717ddc2cf10fbd1d5859539391046f607 /src/libsyntax
parent9aea1163df93c4cff9157d45baaf06f7876ae99c (diff)
downloadrust-d37f3fc1ecb453e8c38ca9bcf90e43192fccb797.tar.gz
rust-d37f3fc1ecb453e8c38ca9bcf90e43192fccb797.zip
Add feature-gate for f16c target feature
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs1
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.