Skip to content

Commit f873257

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 193349 b: refs/heads/beta c: 89776ae h: refs/heads/master i: 193347: 10c4974 v: v3
1 parent 4c0f608 commit f873257

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: ac84af24dbdb2b18c548e772ba7427bb7e91f9ed
34+
refs/heads/beta: 89776aee49a8d896521c62eb6e33b88b9122880c
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: de8a23bbc3a7b9cbd7574b5b91a34af59bf030e6

branches/beta/src/test/run-pass/associated-types-binding-in-where-clause.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub trait Foo {
1616
}
1717

1818
#[derive(PartialEq)]
19-
struct Bar;
19+
pub struct Bar;
2020

2121
impl Foo for int {
2222
type A = uint;

branches/beta/src/test/run-pass/associated-types-eq-obj.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub trait Foo {
1515
fn boo(&self) -> <Self as Foo>::A;
1616
}
1717

18-
struct Bar;
18+
pub struct Bar;
1919

2020
impl Foo for char {
2121
type A = Bar;

branches/beta/src/test/run-pass/associated-types-return.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub trait Foo {
1616
}
1717

1818
#[derive(PartialEq)]
19-
struct Bar;
19+
pub struct Bar;
2020

2121
impl Foo for int {
2222
type A = uint;

0 commit comments

Comments
 (0)