You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.