]> git.proxmox.com Git - rustc.git/blobdiff - src/test/bench/shootout-spectralnorm.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / bench / shootout-spectralnorm.rs
index c0268e816cf3e537b9c2b7653a4c89680fbebb66..0fa22abde3cbd9ee695ec1b392bd9aa6d415b9c1 100644 (file)
 // no-pretty-expanded FIXME #15189
 
 #![allow(non_snake_case)]
-#![feature(unboxed_closures, core, os)]
+#![feature(unboxed_closures, core, os, scoped)]
 
-use std::iter::{repeat, AdditiveIterator};
+use std::iter::repeat;
 use std::thread;
 use std::mem;
-use std::num::Float;
 use std::os;
 use std::env;
 use std::raw::Repr;