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 28ea2e9 commit feb51e6Copy full SHA for feb51e6
1 file changed
compiler/astoir_hir_lowering/src/types.rs
@@ -65,6 +65,10 @@ pub fn lower_ast_type<K: DiagnosticSpanOrigin>(
65
{
66
return Ok(Type::Generic(t, vec![], vec![]));
67
} else {
68
+
69
+ println!("{}: {:#?}", hash, lower);
70
+ println!("{:#?}", context.global_scope.get_type(EntryKey { name_hash: hash }, origin));
71
72
let ind = match context.global_scope.append(
73
EntryKey { name_hash: hash },
74
GlobalStorageEntryType::Type(lower),
0 commit comments