about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-07-21 15:57:14 -0700
committerCorey Richardson <corey@octayn.net>2014-07-21 18:38:40 -0700
commit35c0bf32926ec8095a7ca5b5b77e612c15ddf098 (patch)
tree74763af205f24c33de968eb50b7fe09dd7ebdcc3 /src/libcore
parentc41a7dfcc7b1c71305bd1816bb2e6aff7abddbb2 (diff)
downloadrust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.tar.gz
rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.zip
Add a ton of ignore-lexer-test
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/num/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs
index 3230873883e..3ffc1d5e11c 100644
--- a/src/libcore/num/mod.rs
+++ b/src/libcore/num/mod.rs
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! Numeric traits and functions for generic mathematics