rust/tests/ui/missing_non_modrs_mod
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
..
foo.rs
foo_inline.rs
missing_non_modrs_mod.rs
missing_non_modrs_mod.stderr Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00
missing_non_modrs_mod_inline.rs
missing_non_modrs_mod_inline.stderr Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00