rust/tests/ui/rfcs/rfc-2457-non-ascii-idents
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
crate_name_nonascii_forbidden.rs Validate crate name in CLI option --extern 2023-09-20 18:50:40 +02:00
crate_name_nonascii_forbidden.stderr Validate crate name in CLI option --extern 2023-09-20 18:50:40 +02:00
extern_block_nonascii_forbidden.rs
extern_block_nonascii_forbidden.stderr
idents-normalized.rs
mod_file_nonascii_forbidden.rs
mod_file_nonascii_forbidden.stderr Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00
mod_file_nonascii_with_path_allowed.rs
mod_inline_nonascii_allowed.rs
no_mangle_nonascii_forbidden.rs
no_mangle_nonascii_forbidden.stderr