rust/compiler/rustc_session/src
Jubilee aed1801841
Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov
Correct decoding of foreign expansions during incr. comp.

Fixes https://github.com/rust-lang/rust/issues/74946

The original issue was due to a wrong assertion in `expn_hash_to_expn_id`.

The secondary issue was due to a mismatch between the encoding and decoding paths for expansions that are created after the TyCtxt is created.
2021-10-07 20:26:14 -07:00
..
cgu_reuse_tracker.rs
code_stats.rs
config.rs Enable AutoFDO. 2021-10-06 19:36:52 +00:00
cstore.rs Access Session while decoding expn_id. 2021-10-06 19:06:20 +02:00
filesearch.rs Move get_tools_search_paths from FileSearch to Session 2021-09-08 18:25:47 +02:00
lib.rs Move ICH to rustc_query_system. 2021-10-03 16:08:53 +02:00
options.rs Enable AutoFDO. 2021-10-06 19:36:52 +00:00
output.rs
parse.rs Use multispan suggestions more often 2021-07-30 09:26:31 -07:00
search_paths.rs Doc comments 2021-09-08 18:25:46 +02:00
session.rs Enable AutoFDO. 2021-10-06 19:36:52 +00:00
utils.rs