Skip to content

Commit 393eb7b

Browse files
committed
---
yaml --- r: 163580 b: refs/heads/snap-stage3 c: 5c98952 h: refs/heads/master v: v3
1 parent 12337a1 commit 393eb7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 9146a919b616e39e528e4d7100d16eef52f1f852
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 76fbb5d527a2893c4d4c88b24d0f5d6dd0dcef32
4+
refs/heads/snap-stage3: 5c98952409c9123b5f26b3c620029cd1914a07b6
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc_driver/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fn test_env<F>(source_string: &str,
139139
stability_index);
140140
let infcx = infer::new_infer_ctxt(&tcx);
141141
body(Env { infcx: &infcx });
142-
infcx.resolve_regions_and_report_errors();
142+
infcx.resolve_regions_and_report_errors(ast::CRATE_NODE_ID);
143143
assert_eq!(tcx.sess.err_count(), expected_err_count);
144144
}
145145

branches/snap-stage3/src/libsyntax/ext/deriving/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn expand_meta_deriving(cx: &mut ExtCtxt,
8484

8585
expand!(encodable::expand_deriving_encodable)
8686
}
87-
"Decodable" =>
87+
"Decodable" => {
8888
// NOTE: uncomment after a stage0 snap
8989
// cx.span_warn(titem.span,
9090
// "deriving(Decodable) is deprecated \

0 commit comments

Comments
 (0)