mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
8792e81f29
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.