We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If module files have edition 2018 style file structure and try to import one of them by path attribute:
#[path=modname.rs] mod modname;
compiler tries to find submodules in submodname.rs or submodname/mod.rs, but not in modname/submodname.rs where it is really located.