mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 11:28:19 +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.