mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
When using existing fn as module, don't claim it doesn't exist Tweak wording of module not found in resolve, when the name exists but belongs to a non-`mod` item. Fix #81232.