Skip to content

Commit

Permalink
Fix typo in TxCtxt::crate_disambiguator().
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Apr 1, 2016
1 parent b0d3170 commit 6bd7299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/context.rs
Expand Up @@ -434,7 +434,7 @@ impl<'tcx> TyCtxt<'tcx> {
if cnum == LOCAL_CRATE {
self.sess.crate_disambiguator.get().as_str()
} else {
self.sess.cstore.crate_name(cnum)
self.sess.cstore.crate_disambiguator(cnum)
}
}

Expand Down

0 comments on commit 6bd7299

Please sign in to comment.