This commit is contained in:
Aaron Hill 2019-04-01 13:41:41 -04:00 committed by GitHub
parent d2584e3b6a
commit c13daeb036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ pub fn push_debuginfo_type_name<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>,
// (e.g. MyType<fn() -> u8, fn() -> u8> // (e.g. MyType<fn() -> u8, fn() -> u8>
// //
// We only care about avoiding recursing // We only care about avoiding recursing
// directly back to the type we're currentlu // directly back to the type we're currently
// processing // processing
visited.remove(t); visited.remove(t);
}, },