rust/src/librustc_infer
Dylan DPC f1ab750083
Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov
rustc: use LocalDefId instead of DefId in TypeckTables.

The logic in `TypeckTables`' implementation of `HashStable`, which created `DefId`s by combining a `CrateNum` from a `DefId` and a `DefIndex` from a `LocalDefId`, bothered me a bit.

I don't know how much this matters, but it works so might as well submit it.
2020-03-21 13:06:42 +01:00
..
infer Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov 2020-03-21 13:06:42 +01:00
traits Split librustc_infer. 2020-03-14 14:17:13 +01:00
Cargo.toml use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
lib.rs Trim dependencies and features. 2020-03-14 14:18:15 +01:00