about summary refs log tree commit diff
path: root/src/librustc_feature
diff options
context:
space:
mode:
authorMahmut Bulut <vertexclique@gmail.com>2019-06-14 16:55:36 +0300
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-12-03 10:20:15 +0100
commitf1bacb2dca610b0babeba526020e2b87899c2d44 (patch)
treedc79946f7e408b3e2d67ba1fb1df716061b85ceb /src/librustc_feature
parent4787e97475de6be9487e3d9255a9c2d3c0bf9252 (diff)
Check intrinsics for callability in const fns
Diffstat (limited to 'src/librustc_feature')
-rw-r--r--src/librustc_feature/active.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustc_feature/active.rs b/src/librustc_feature/active.rs
index 16d8ada9f24..fc880b9e929 100644
--- a/src/librustc_feature/active.rs
+++ b/src/librustc_feature/active.rs
@@ -408,10 +408,6 @@ declare_features! (
     /// Allows using `#[doc(keyword = "...")]`.
     (active, doc_keyword, "1.28.0", Some(51315), None),
 
-    /// Allows reinterpretation of the bits of a value of one type as another
-    /// type during const eval.
-    (active, const_transmute, "1.29.0", Some(53605), None),
-
     /// Allows using `try {...}` expressions.
     (active, try_blocks, "1.29.0", Some(31436), None),