rust/compiler/rustc_metadata
Aaron Hill a332e2b38f
Account for gaps in def path table during decoding
When encoding a proc-macro crate, there may be gaps in the table (since
we only encode the crate root and proc-macro items). Account for this by
checking if the entry is present, rather than using `unwrap()`
2020-12-08 13:02:53 -05:00
..
src Account for gaps in def path table during decoding 2020-12-08 13:02:53 -05:00
Cargo.toml Don't query unstable data when staged_api is off 2020-09-13 02:10:39 +02:00