Skip to content

Commit 0de313e

Browse files
committed
---
yaml --- r: 174311 b: refs/heads/snap-stage3 c: 5cfbecf h: refs/heads/master i: 174309: 8e5ca3a 174307: 700148e 174303: f7044be v: v3
1 parent 4c9fd4b commit 0de313e

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
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: a833337943300db1c310a4cf9c84b7b4ef4e9468
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 9035ba5f761af969aa811278bdadb1fcd94529e9
4+
refs/heads/snap-stage3: 5cfbecfdb41b98833edee00372303b3167c4a596
55
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/test/run-pass/ifmt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#![deny(warnings)]
1515
#![allow(unused_must_use)]
1616
#![allow(unknown_features)]
17+
#![allow(unstable)]
1718
#![feature(box_syntax)]
1819

1920
use std::fmt;

branches/snap-stage3/src/test/run-pass/issue-11958.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
// Pretty printing tests complain about `use std::predule::*`
1414
#![allow(unused_imports)]
15+
#![allow(unstable)]
1516

1617
// We shouldn't need to rebind a moved upvar as mut if it's already
1718
// marked as mut

branches/snap-stage3/src/test/run-pass/issue-16671.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// Pretty printing tests complain about `use std::predule::*`
1616
#![allow(unused_imports)]
17+
#![allow(unstable)]
1718

1819
// A var moved into a proc, that has a mutable loan path should
1920
// not trigger a misleading unused_mut warning.

0 commit comments

Comments
 (0)