File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 9146a919b616e39e528e4d7100d16eef52f1f852
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 76fbb5d527a2893c4d4c88b24d0f5d6dd0dcef32
4
+ refs/heads/snap-stage3: 5c98952409c9123b5f26b3c620029cd1914a07b6
5
5
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ fn test_env<F>(source_string: &str,
139
139
stability_index) ;
140
140
let infcx = infer:: new_infer_ctxt ( & tcx) ;
141
141
body ( Env { infcx : & infcx } ) ;
142
- infcx. resolve_regions_and_report_errors ( ) ;
142
+ infcx. resolve_regions_and_report_errors ( ast :: CRATE_NODE_ID ) ;
143
143
assert_eq ! ( tcx. sess. err_count( ) , expected_err_count) ;
144
144
}
145
145
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pub fn expand_meta_deriving(cx: &mut ExtCtxt,
84
84
85
85
expand ! ( encodable:: expand_deriving_encodable)
86
86
}
87
- "Decodable" =>
87
+ "Decodable" => {
88
88
// NOTE: uncomment after a stage0 snap
89
89
// cx.span_warn(titem.span,
90
90
// "deriving(Decodable) is deprecated \
You can’t perform that action at this time.
0 commit comments