rust/src/librustc_save_analysis
bors a2a8694128 Auto merge of #33859 - nrc:save-field-sub, r=pnkfelix
save-analysis: be a bit more defensive with field sub-expressions

Prevents an ice with `(...).f` since the sub-expression is in the AST but not the HIR.

We could actually do better in this specific case, but it doesn't seem worth it.
2016-05-29 11:23:00 -07:00
..
Cargo.toml Review changes and satisfy make tidy 2016-04-28 05:24:54 +12:00
csv_dumper.rs save-analysis: attempt number 2 at a JSON version 2016-05-11 13:50:23 -07:00
data.rs save-analysis: attempt number 2 at a JSON version 2016-05-11 13:50:23 -07:00
dump_visitor.rs save-analysis: give better text info in value fields 2016-05-11 13:50:23 -07:00
dump.rs save-analysis: attempt number 2 at a JSON version 2016-05-11 13:50:23 -07:00
external_data.rs save-analysis: attempt number 2 at a JSON version 2016-05-11 13:50:23 -07:00
json_dumper.rs save-analysis: make DefIds prettier 2016-05-13 12:23:41 -07:00
lib.rs Auto merge of #33859 - nrc:save-field-sub, r=pnkfelix 2016-05-29 11:23:00 -07:00
span_utils.rs save-analysis: use a decoupled representation for dumped data 2016-05-03 23:18:38 +02:00