Open
Description
I suspect a typo.
Fragment of interest:
self::m!();
m!(); // OK: Path-based lookup finds m in the current module.
I suspect it must be:
self::m!(); // OK: Path-based lookup finds m in the current module.
i.e. the fragment m!();
must not be there.
I'm relatively new to Rust, still studying it. I can be wrong. But I have an intuitive described above suspicion of a typo. If that's not a typo then an extra explanation would help.