Skip to content

Commit

Permalink
fixed pattern, moved test to compile-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Apr 30, 2013
1 parent fc66107 commit ab1d8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@



// error-pattern:cant-use-x-as-pattern-mumble
// error-pattern:unresolved enum variant

fn main() {
let z = match 3 {
Expand Down

5 comments on commit ab1d8ea

@bors
Copy link
Contributor

@bors bors commented on ab1d8ea May 1, 2013

Choose a reason for hiding this comment

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

saw approval from jbclements
at jbclements@ab1d8ea

@bors
Copy link
Contributor

@bors bors commented on ab1d8ea May 1, 2013

Choose a reason for hiding this comment

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

merging jbclements/rust/test-case-fixes = ab1d8ea into auto

@bors
Copy link
Contributor

@bors bors commented on ab1d8ea May 1, 2013

Choose a reason for hiding this comment

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

jbclements/rust/test-case-fixes = ab1d8ea merged ok, testing candidate = 89f4193

@bors
Copy link
Contributor

@bors bors commented on ab1d8ea May 1, 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 ab1d8ea May 1, 2013

Choose a reason for hiding this comment

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

fast-forwarding incoming to auto = 89f4193

Please sign in to comment.