]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2457/mod_file_nonascii_forbidden.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / rfc-2457 / mod_file_nonascii_forbidden.stderr
CommitLineData
f9f354fc 1error[E0583]: file not found for module `řųśť`
cdc7bbd5 2 --> $DIR/mod_file_nonascii_forbidden.rs:1:1
f9f354fc
XL
3 |
4LL | mod řųśť;
5 | ^^^^^^^^^
6 |
17df50a5 7 = help: to create the module `řųśť`, create file "$DIR/řųśť.rs" or "$DIR/řųśť/mod.rs"
f9f354fc 8
cdc7bbd5
XL
9error[E0754]: trying to load file for module `řųśť` with non-ascii identifier name
10 --> $DIR/mod_file_nonascii_forbidden.rs:1:5
f9f354fc
XL
11 |
12LL | mod řųśť;
13 | ^^^^
14 |
15 = help: consider using `#[path]` attribute to specify filesystem path
16
17error: aborting due to 2 previous errors
18
19Some errors have detailed explanations: E0583, E0754.
20For more information about an error, try `rustc --explain E0583`.