Skip to content

Commit

Permalink
Test fixes and rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 17, 2014
1 parent 76fbb5d commit 5c98952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/librustc_driver/test.rs
Expand Up @@ -139,7 +139,7 @@ fn test_env<F>(source_string: &str,
stability_index);
let infcx = infer::new_infer_ctxt(&tcx);
body(Env { infcx: &infcx });
infcx.resolve_regions_and_report_errors();
infcx.resolve_regions_and_report_errors(ast::CRATE_NODE_ID);
assert_eq!(tcx.sess.err_count(), expected_err_count);
}

Expand Down
2 changes: 1 addition & 1 deletion src/libsyntax/ext/deriving/mod.rs
Expand Up @@ -84,7 +84,7 @@ pub fn expand_meta_deriving(cx: &mut ExtCtxt,

expand!(encodable::expand_deriving_encodable)
}
"Decodable" =>
"Decodable" => {
// NOTE: uncomment after a stage0 snap
// cx.span_warn(titem.span,
// "deriving(Decodable) is deprecated \
Expand Down

12 comments on commit 5c98952

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at alexcrichton@5c98952

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

merging alexcrichton/rust/rollup = 5c98952 into auto

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

status: {"merge_sha": "eadeb24647c7076c0e32ddfbb717dfda41723abf"}

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

alexcrichton/rust/rollup = 5c98952 merged ok, testing candidate = eadeb246

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at alexcrichton@5c98952

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

merging alexcrichton/rust/rollup = 5c98952 into auto

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

status: {"merge_sha": "22a9f250b5e2de64c13c0f056aec13eb086ef79d"}

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

Choose a reason for hiding this comment

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

alexcrichton/rust/rollup = 5c98952 merged ok, testing candidate = 22a9f25

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

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 = 22a9f25

@bors
Copy link
Contributor

@bors bors commented on 5c98952 Dec 17, 2014

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 = 22a9f25

Please sign in to comment.