From 05d0cce5c7f45b1833f585d2fc4c6b87a188604e Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 11 May 2026 09:34:17 +0200 Subject: [PATCH] iter ct.3.1-tidy: drop dated comment prefix --- crates/ailang-codegen/src/lib.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/crates/ailang-codegen/src/lib.rs b/crates/ailang-codegen/src/lib.rs index 248d42e..9455490 100644 --- a/crates/ailang-codegen/src/lib.rs +++ b/crates/ailang-codegen/src/lib.rs @@ -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)