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