pub fn bare_name_migration_hint(module_path: &str) -> Option<String>
If module_path is a single-segment name (no ::) that matches a known stdlib module, return a migration hint string. Otherwise return None.
module_path
::
None