933d481bdd
rustc_borrowck: Don't hash types in loan paths
1) Types for equal loan paths are not always equal, they can sometimes differ in lifetimes, making equal loan paths hash differently.
Example:
|
||
---|---|---|
.. | ||
borrowck | ||
bitslice.rs | ||
Cargo.toml | ||
diagnostics.rs | ||
graphviz.rs | ||
indexed_set.rs | ||
lib.rs |