Skip to content

Commit 6bd7299

Browse files
Fix typo in TxCtxt::crate_disambiguator().
1 parent b0d3170 commit 6bd7299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ impl<'tcx> TyCtxt<'tcx> {
434434
if cnum == LOCAL_CRATE {
435435
self.sess.crate_disambiguator.get().as_str()
436436
} else {
437-
self.sess.cstore.crate_name(cnum)
437+
self.sess.cstore.crate_disambiguator(cnum)
438438
}
439439
}
440440

0 commit comments

Comments
 (0)