comments: drop retired lint markers, re-cite migrated carriers
peel-ok/sizelint-ok/primsize-ok annotations lose their tools; sites keep the WHY in plain words. Citations of retired carriers move to their fixture or @test successors (949_errtype_compare -> r949_*, 900_stdlib -> library owners).
This commit is contained in:
@@ -3664,7 +3664,7 @@ fn paramfieldsize(t: *syntax.node) i32 = {
|
||||
if (k == syntax.nkind.N_TNAME) {
|
||||
let nm: str = t.str;
|
||||
if (syntax.streq(nm, "str")) { return primtypesize("str"): i32; };
|
||||
// primsize-ok (#101/#109): paramfieldsize is a STRUCTURAL
|
||||
// paramfieldsize is a STRUCTURAL
|
||||
// (no-`c`, no-chase) sizer by design — it takes a *node, not a
|
||||
// *cgen, so it cannot run aliasprimsize's aliaslookup chase
|
||||
// (threading c is the dormant #110). A bare primsize is correct
|
||||
|
||||
Reference in New Issue
Block a user