Co-authored-by: Adrian <adrian.iosdev@gmail.com>
use
mod foo;
foo
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.
echo 'mod unknown;' | rustc -