rust/tests/ui/invalid-module-declaration
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
..
auxiliary/foo Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-module-declaration.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-module-declaration.stderr Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00