Skip to content

NAM007

NAM007 — sub-module not re-exported

SubsystemNames
Severityerror

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:

Terminal window
q64 explain NAM007