We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d648251 commit 7514051Copy full SHA for 7514051
src/librustc/ty/mod.rs
@@ -1393,7 +1393,7 @@ impl<'tcx> serialize::UseSpecializedDecodable for AdtDef<'tcx> {}
1393
impl<'a, 'gcx, 'tcx> AdtDefData<'tcx, 'static> {
1394
#[inline]
1395
pub fn is_uninhabited_recurse(&'tcx self,
1396
- visited: &mut HashMap<(DefId, &'tcx Substs<'tcx>), ()>,
+ visited: &mut HashMap<(DefId, &'tcx Substs<'tcx>), ()>,
1397
cx: TyCtxt<'a, 'gcx, 'tcx>,
1398
substs: &'tcx Substs<'tcx>) -> bool {
1399
match visited.entry((self.did, substs)) {
0 commit comments