Skip to content

Commit 6eb9c16

Browse files
committed
---
yaml --- r: 173717 b: refs/heads/master c: 5cfbecf h: refs/heads/master i: 173715: bf3cd93 v: v3
1 parent 3369a3a commit 6eb9c16

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,5 +1,5 @@
11
---
2-
refs/heads/master: 9035ba5f761af969aa811278bdadb1fcd94529e9
2+
refs/heads/master: 5cfbecfdb41b98833edee00372303b3167c4a596
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
55
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c

trunk/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;

trunk/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

trunk/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)