Skip to content

Commit 2ae4914

Browse files
committed
---
yaml --- r: 277815 b: refs/heads/try c: 16c8f2c h: refs/heads/master i: 277813: c717aaa 277811: 828a59e 277807: 1ef55ce
1 parent a6bf984 commit 2ae4914

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: a988c9a839e340c6f82a808d7edede8d0af82d95
4+
refs/heads/try: 16c8f2cca89d071738443a2143880e0079553632
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/librustc_driver/pretty.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ impl PpSourceMode {
226226
f(&annotation, payload, ast_map.forest.krate())
227227
}
228228
PpmTyped => {
229+
/*
229230
abort_on_err(driver::phase_3_run_analysis_passes(sess,
230231
ast_map.clone(),
231232
arenas,
@@ -240,6 +241,8 @@ impl PpSourceMode {
240241
payload,
241242
ast_map.forest.krate())
242243
}), sess)
244+
*/
245+
unimplemented!()
243246
}
244247
_ => panic!("Should use call_with_pp_support"),
245248
}
@@ -927,6 +930,7 @@ fn print_with_analysis<'tcx, 'a: 'tcx>(sess: &'a Session,
927930
None
928931
};
929932

933+
/*
930934
let mut out = Vec::new();
931935
932936
abort_on_err(driver::phase_3_run_analysis_passes(sess,
@@ -998,4 +1002,6 @@ fn print_with_analysis<'tcx, 'a: 'tcx>(sess: &'a Session,
9981002
}), sess).unwrap();
9991003
10001004
write_output(out, ofile);
1005+
*/
1006+
unimplemented!()
10011007
}

0 commit comments

Comments
 (0)