Skip to content

Commit 5bb2bf3

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 168751 b: refs/heads/snap-stage3 c: ce8f748 h: refs/heads/master i: 168749: 3f1c127 168747: af74e4e 168743: bf5f6de 168735: aa3ee83 v: v3
1 parent 2bae34f commit 5bb2bf3

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 9aadbadb93001dd42854a24a42801191fb9c0b35
4+
refs/heads/snap-stage3: ce8f748b4cd64317c33d64ccf3a6127931980d90
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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/snap-stage3/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/snap-stage3/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/snap-stage3/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)