Skip to content

Commit

Permalink
Fix test for #10391 to have pub main
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 5, 2013
1 parent 23d95f6 commit e9d364d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ impl<'v, D: Decoder<'v>> Decodable<'v, D> for () {
}
}

fn main() { }
pub fn main() { }

5 comments on commit e9d364d

@bors
Copy link
Contributor

@bors bors commented on e9d364d Dec 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pnkfelix
at nikomatsakis@e9d364d

@bors
Copy link
Contributor

@bors bors commented on e9d364d Dec 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging nikomatsakis/rust/issue-10391-ICE-with-lifetimes = e9d364d into auto

@bors
Copy link
Contributor

@bors bors commented on e9d364d Dec 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nikomatsakis/rust/issue-10391-ICE-with-lifetimes = e9d364d merged ok, testing candidate = 6708c29

@bors
Copy link
Contributor

@bors bors commented on e9d364d Dec 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e9d364d Dec 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6708c29

Please sign in to comment.