code wiki / _hdl_build / nx_probe_dym_type_live.nx
nx_probe_dym_type_live.nx
buildroot/runtime/_hdl_build/nx_probe_dym_type_live.nx
about
nx_probe_dym_type_live.nx -- LIVE WITNESS for TYPE-NAME DID-YOU-MEAN (2026-08-05).
A misspelled struct type must be refused with the nearest declared type name.
REPRO: change `*TypoPoint` in the let annotation to `*TypoPont` and /api/build ->
nx_parse: unknown type name 'TypoPont' (not a primitive, struct, or registered type
alias) -- did you mean 'TypoPoint'? (then:
note: 'TypoPoint' is declared at line M: (the declaration ITSELF is quoted -- v2 bar)
struct TypoPoint { x: i64, y: i64 }
then: nx_parse: 1 error(s) -- no output emitted)
Kept VALID in-tree (compiler-root probe convention).
license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| 12 | struct TypoPoint { x: i64, y: i64 } |
consts
| none |
functions
| 13 | func main(argc: i64, argv: *i64) -> i64 |