Skip to content

Commit ae3f9ac

Browse files
committed
---
yaml --- r: 278206 b: refs/heads/auto c: 16c8f2c h: refs/heads/master
1 parent a6b55a0 commit ae3f9ac

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
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: a988c9a839e340c6f82a808d7edede8d0af82d95
11+
refs/heads/auto: 16c8f2cca89d071738443a2143880e0079553632
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/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)