docs: rule len and cap as an i32 stability carve-out

This commit is contained in:
2026-08-09 04:40:40 +09:00
parent ac8ddee6c1
commit 7ab080fe2a
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ type texp = struct {
start_bytesize: size,
matched: bool,
failed: bool,
// .len reads as i32 (check.c:1239), so the count columns match it
// Root CLAUDE.md rule 9 keeps .len at i32, so these counts use i32.
ncaps: i32,
nreps: i32,
};