summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ir/context.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/context.rs b/src/ir/context.rs
index 2b8acc36..4faf6cd1 100644
--- a/src/ir/context.rs
+++ b/src/ir/context.rs
@@ -1832,8 +1832,8 @@ If you encounter an error missing from this list, please file an issue or a PR!"
) -> Option<TypeId> {
use clang_sys::{CXCursor_TypeAliasTemplateDecl, CXCursor_TypeRef};
debug!(
- "builtin_or_resolved_ty: {:?}, {:?}, {:?}",
- ty, location, parent_id
+ "builtin_or_resolved_ty: {:?}, {:?}, {:?}, {:?}",
+ ty, location, with_id, parent_id
);
if let Some(decl) = ty.canonical_declaration(location.as_ref()) {