NAM007
NAM007 — sub-module not re-exported
| Subsystem | Names |
| Severity | error |
A sub-module isn’t re-exported by its parent, so it can’t be reached through that path. Add a pub use re-export in the parent, or import the sub-module by its own path. See spec/modules.md.
From your terminal:
q64 explain NAM007