iter ct.3.1-tidy: drop dated comment prefix

This commit is contained in:
2026-05-11 09:34:17 +02:00
parent a8a58cc41e
commit 05d0cce5c7
+3 -5
View File
@@ -1713,11 +1713,9 @@ impl<'a> Emitter<'a> {
}
Ok(cref)
} else {
// ct.3 Task 1: bare type_name is canonical (post-ct.1
// validator) ⇒ local. Hit the current module's ctor
// table directly; non-match is a hard error. No
// imports-walk — the typechecker has already pinned
// type_name to the owning module.
// Bare type_name is canonical-form local. Hit the
// current module's ctor table directly; non-match is
// a hard error.
let cref = self
.module_ctor_index
.get(self.module_name)