Skip to content

Commit 90956a8

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 168664 b: refs/heads/batch c: ce8f748 h: refs/heads/master v: v3
1 parent 1567f19 commit 90956a8

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
3030
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32-
refs/heads/batch: 9aadbadb93001dd42854a24a42801191fb9c0b35
32+
refs/heads/batch: ce8f748b4cd64317c33d64ccf3a6127931980d90
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970

branches/batch/src/test/bench/shootout-fasta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3939
// OF THE POSSIBILITY OF SUCH DAMAGE.
4040

41-
#![feature(slicing_syntax)]
41+
#![feature(associated_types, slicing_syntax)]
4242

4343
use std::cmp::min;
4444
use std::io::{BufferedWriter, File};

branches/batch/src/test/bench/shootout-k-nucleotide.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// ignore-android see #10393 #13206
4242

43-
#![feature(slicing_syntax)]
43+
#![feature(associated_types, slicing_syntax)]
4444

4545
use std::ascii::OwnedAsciiExt;
4646
use std::slice;

branches/batch/src/test/bench/shootout-meteor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
// no-pretty-expanded FIXME #15189
4242

43+
#![feature(associated_types)]
44+
4345
use std::sync::mpsc::channel;
4446
use std::sync::Arc;
4547
use std::thread::Thread;

branches/batch/src/test/bench/shootout-reverse-complement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// ignore-android see #10393 #13206
4242

43-
#![feature(slicing_syntax, unboxed_closures)]
43+
#![feature(associated_types, slicing_syntax, unboxed_closures)]
4444

4545
extern crate libc;
4646

0 commit comments

Comments
 (0)