about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-03-13 19:13:35 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-03-16 21:57:43 -0500
commit8256241d3af28bd835b267e27b6e24aeb5e799bd (patch)
tree33bdf7865055a6e1f1264d9b14d235b915219c8a /src/libsyntax/parse/parser.rs
parent3ab26f84698bf30572f3bc9336570c422f59aa2a (diff)
downloadrust-8256241d3af28bd835b267e27b6e24aeb5e799bd.tar.gz
rust-8256241d3af28bd835b267e27b6e24aeb5e799bd.zip
impl f{32,64}
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 1b51b515599..bf2b2c0afe6 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -78,6 +78,7 @@ use owned_slice::OwnedSlice;
 use std::collections::HashSet;
 use std::io::prelude::*;
 use std::mem;
+#[cfg(stage0)]
 use std::num::Float;
 use std::path::{Path, PathBuf};
 use std::rc::Rc;