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_inline.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
foo.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing_non_modrs_mod_inline.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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
missing_non_modrs_mod.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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