Skip to content

Commit 8fb201b

Browse files
committed
---
yaml --- r: 42737 b: refs/heads/try c: 93043ba h: refs/heads/master i: 42735: 8878ec0 v: v3
1 parent 02c199e commit 8fb201b

File tree

8 files changed

+12
-1
lines changed

8 files changed

+12
-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: dd38af240bbce5ca42ae5442730849e4a29698eb
5+
refs/heads/try: 93043baab425ae0e2bbecead585ef8d1374ff8fa
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/test/run-pass/pipe-detect-term.rs

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

1515
// xfail-win32
1616

17+
#[legacy_records];
18+
1719
extern mod std;
1820
use std::timer::sleep;
1921
use std::uv;

branches/try/src/test/run-pass/pipe-peek.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// option. This file may not be copied, modified, or distributed
1111
// except according to those terms.
1212

13+
#[legacy_records];
1314

1415
extern mod std;
1516
use std::timer::sleep;

branches/try/src/test/run-pass/pipe-pingpong-bounded.rs

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

1818
// This was generated initially by the pipe compiler, but it's been
1919
// modified in hopefully straightforward ways.
20+
#[legacy_records];
21+
2022
mod pingpong {
2123
use core::pipes::*;
2224
use core::ptr;

branches/try/src/test/run-pass/pipe-pingpong-proto.rs

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

1313
// An example to make sure the protocol parsing syntax extension works.
1414

15+
#[legacy_records];
16+
1517
use core::option;
1618

1719
proto! pingpong (

branches/try/src/test/run-pass/pipe-presentation-examples.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// Code is easier to write in emacs, and it's good to be sure all the
1616
// code samples compile (or not) as they should.
1717

18+
#[legacy_records];
1819

1920
use double_buffer::client::*;
2021
use double_buffer::give_buffer;

branches/try/src/test/run-pass/pipe-select.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// xfail-pretty
1414
// xfail-win32
1515

16+
#[legacy_records];
17+
1618
extern mod std;
1719
use std::timer::sleep;
1820
use std::uv;

branches/try/src/test/run-pass/pipe-sleep.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// option. This file may not be copied, modified, or distributed
1111
// except according to those terms.
1212

13+
#[legacy_records];
1314

1415
extern mod std;
1516
use std::timer::sleep;

0 commit comments

Comments
 (0)