rust/tests/run-make/unknown-mod-stdin
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
..
Makefile tests/run-make: Use RUSTC_TEST_OP in more places 2023-10-07 08:30:40 +02:00
unknown-mod.stderr Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00
unknown-mod.stdout