From 3d308fe65b5aa653b482341a04f301b02f263c3b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 24 Jun 2014 16:34:46 -0700 Subject: 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. --- src/libsyntax/ext/quote.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsyntax/ext') diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index 407715ab4da..97033ccee15 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -483,7 +483,6 @@ fn mk_token(cx: &ExtCtxt, sp: Span, tok: &token::Token) -> Gc { let s_fty = match fty { ast::TyF32 => "TyF32", ast::TyF64 => "TyF64", - ast::TyF128 => "TyF128" }; let e_fty = mk_ast_path(cx, sp, s_fty); let e_fident = mk_ident(cx, sp, fident); -- cgit 1.4.1-3-g733a5