Skip to content

Commit 635dcf4

Browse files
committed
---
yaml --- r: 172883 b: refs/heads/try c: c250e43 h: refs/heads/master i: 172881: 719b324 172879: 6656f4d v: v3
1 parent 280467f commit 635dcf4

File tree

4 files changed

+3
-36
lines changed

4 files changed

+3
-36
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: 170c4399e614fe599c3d41306b3429ca8b3b68c6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5-
refs/heads/try: 7a0ba8b7a18063023bf055e5f91f7562e20f33d7
5+
refs/heads/try: c250e438e8e02b4e049845317b72d9905ed48a5d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/test/compile-fail/issue-9957.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

branches/try/src/test/compile-fail/unnecessary-private.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
fn main() {
12+
pub use std::uint; //~ ERROR: visibility has no effect
1213
pub struct A; //~ ERROR: visibility has no effect
1314
pub enum B {} //~ ERROR: visibility has no effect
1415
pub trait C { //~ ERROR: visibility has no effect

branches/try/src/test/compile-fail/view-items-at-top.rs

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)