fix fallout
This commit is contained in:
parent
ac84af24db
commit
89776aee49
@ -16,7 +16,7 @@ pub trait Foo {
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
struct Bar;
|
||||
pub struct Bar;
|
||||
|
||||
impl Foo for int {
|
||||
type A = uint;
|
||||
|
@ -15,7 +15,7 @@ pub trait Foo {
|
||||
fn boo(&self) -> <Self as Foo>::A;
|
||||
}
|
||||
|
||||
struct Bar;
|
||||
pub struct Bar;
|
||||
|
||||
impl Foo for char {
|
||||
type A = Bar;
|
||||
|
@ -16,7 +16,7 @@ pub trait Foo {
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
struct Bar;
|
||||
pub struct Bar;
|
||||
|
||||
impl Foo for int {
|
||||
type A = uint;
|
||||
|
Loading…
x
Reference in New Issue
Block a user