Skip to content

Commit

Permalink
Readded spaces to source test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewster committed Mar 15, 2016
1 parent 2793b40 commit 54a9f0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/source/impls.rs
Expand Up @@ -13,20 +13,20 @@ pub impl Foo for Bar {
}

pub unsafe impl<'a, 'b, X, Y: Foo<Bar>> !Foo<'a, X> for Bar<'b, Y> where X: Foo<'a, Z> {
fn foo() { "hi" }
fn foo() { "hi" }
}

impl<'a, 'b, X, Y: Foo<Bar>> Foo<'a, X> for Bar<'b, Y> where X: Fooooooooooooooooooooooooooooo<'a, Z>
{
fn foo() { "hi" }
fn foo() { "hi" }
}

impl<'a, 'b, X, Y: Foo<Bar>> Foo<'a, X> for Bar<'b, Y> where X: Foooooooooooooooooooooooooooo<'a, Z>
{
fn foo() { "hi" }
fn foo() { "hi" }
}

impl<T> Foo for Bar<T> where T: Baz
impl<T> Foo for Bar<T> where T: Baz
{
}

Expand All @@ -42,8 +42,8 @@ impl Boo {
fn boo() {}
// FOO



}

mod a {
Expand Down

0 comments on commit 54a9f0e

Please sign in to comment.