Revert "Reduce the amount of untracked state in TyCtxt"
This commit is contained in:
parent
c9c1f8be3f
commit
0f0f3138cb
49 changed files with 255 additions and 234 deletions
|
@ -922,7 +922,7 @@ impl<'tcx> LateContext<'tcx> {
|
|||
}
|
||||
|
||||
fn path_crate(self, cnum: CrateNum) -> Result<Self::Path, Self::Error> {
|
||||
Ok(vec![self.tcx.crate_name(cnum)])
|
||||
Ok(vec![self.tcx.original_crate_name(cnum)])
|
||||
}
|
||||
|
||||
fn path_qualified(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue