about summary refs log tree commit diff
path: root/src/libdebug/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-06-24 16:34:46 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-24 16:36:12 -0700
commit3d308fe65b5aa653b482341a04f301b02f263c3b (patch)
tree1e2d5d31c7f4c8325ea0010a595f97cd3316933f /src/libdebug/lib.rs
parent719ffc2484e59476dc153d3503a5adfe79487e11 (diff)
downloadrust-3d308fe65b5aa653b482341a04f301b02f263c3b.tar.gz
rust-3d308fe65b5aa653b482341a04f301b02f263c3b.zip
Remove the quad_precision_float feature gate
The f128 type has very little support in the compiler and the feature is
basically unusable today. Supporting half-baked features in the compiler can be
detrimental to the long-term development of the compiler, and hence this feature
is being removed.
Diffstat (limited to 'src/libdebug/lib.rs')
-rw-r--r--src/libdebug/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdebug/lib.rs b/src/libdebug/lib.rs
index 5056c40a2de..b5afb3381ad 100644
--- a/src/libdebug/lib.rs
+++ b/src/libdebug/lib.rs
@@ -25,7 +25,7 @@
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
        html_root_url = "http://doc.rust-lang.org/")]
 #![experimental]
-#![feature(managed_boxes, macro_rules, quad_precision_float)]
+#![feature(managed_boxes, macro_rules)]
 #![allow(experimental)]
 
 pub mod fmt;