Skip to content

Commit a98e03d

Browse files
committed
---
yaml --- r: 42738 b: refs/heads/try c: 9f11485 h: refs/heads/master v: v3
1 parent 8fb201b commit a98e03d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5-
refs/heads/try: 93043baab425ae0e2bbecead585ef8d1374ff8fa
5+
refs/heads/try: 9f11485357f5de2a11f8d6feda36ee2fe63f3347
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/test/bench/pingpong.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
// Compare bounded and unbounded protocol performance.
1212

13+
#[allow(structural_records)]; // Pipes
14+
// Until a snapshot
15+
// xfail-pretty
16+
1317
extern mod std;
1418

1519
use pipes::{spawn_service, recv};

branches/try/src/test/bench/task-perf-word-count-generic.rs

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

2121
// xfail-pretty
2222

23+
#[allow(structural_records)]; // Pipes
24+
2325
extern mod std;
2426

2527
use core::option;

0 commit comments

Comments
 (0)