mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
31865b7bfb
Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist Newcomers might get confused that `mod` is the only way of defining scopes, and that it can be used as if it were `use`. Fix #69492.