rust/compiler/rustc_expand
Esteban Küber 2cca435717 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.
2023-10-21 15:56:01 +00:00
..
src Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00
Cargo.toml Remove a bool for color in favor of the WriteColor trait wrapping colored and uncolored printing 2023-07-31 09:34:36 +00:00
messages.ftl Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00