Skip to content

Commit 27bc89a

Browse files
committed
---
yaml --- r: 38009 b: refs/heads/try c: 3a5b6a7 h: refs/heads/master i: 38007: c044a45 v: v3
1 parent dfaf505 commit 27bc89a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 0b3cc15a00bf94b0a00d6f746cf316408817d944
5+
refs/heads/try: 3a5b6a79c662e4d851cdf0da3f571dca10e1d21a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/test/auxiliary/trait_inheritance_overloading_xc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use cmp::Eq;
1212

13-
pub trait MyNum : Add<self,self>, Sub<self,self>, Mul<self,self>, Eq {
13+
pub trait MyNum : Add<self,self> Sub<self,self> Mul<self,self> Eq {
1414
}
1515

1616
pub struct MyInt {

branches/try/src/test/run-pass/trait-inheritance-overloading-xc-exe.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-test
1211
// xfail-fast - check-fast doesn't understand aux-build
1312
// aux-build:trait_inheritance_overloading_xc.rs
1413

0 commit comments

Comments
 (0)