Skip to content

Commit 7514051

Browse files
committed
Fix previous commit
1 parent d648251 commit 7514051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ impl<'tcx> serialize::UseSpecializedDecodable for AdtDef<'tcx> {}
13931393
impl<'a, 'gcx, 'tcx> AdtDefData<'tcx, 'static> {
13941394
#[inline]
13951395
pub fn is_uninhabited_recurse(&'tcx self,
1396-
visited: &mut HashMap<(DefId, &'tcx Substs<'tcx>), ()>,
1396+
visited: &mut HashMap<(DefId, &'tcx Substs<'tcx>), ()>,
13971397
cx: TyCtxt<'a, 'gcx, 'tcx>,
13981398
substs: &'tcx Substs<'tcx>) -> bool {
13991399
match visited.entry((self.did, substs)) {

0 commit comments

Comments
 (0)