2020-05-16 14:09:01 +08:00
|
|
|
error[E0583]: file not found for module `řųśť`
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/mod_file_nonascii_forbidden.rs:1:1
|
2020-05-16 14:09:01 +08:00
|
|
|
|
|
|
|
|
LL | mod řųśť;
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
2021-05-05 16:00:18 +08:00
|
|
|
= help: to create the module `řųśť`, create file "$DIR/řųśť.rs" or "$DIR/řųśť/mod.rs"
|
2020-05-16 14:09:01 +08:00
|
|
|
|
2021-04-06 23:49:59 +08:00
|
|
|
error[E0754]: trying to load file for module `řųśť` with non-ascii identifier name
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/mod_file_nonascii_forbidden.rs:1:5
|
2020-05-16 14:09:01 +08:00
|
|
|
|
|
|
|
|
LL | mod řųśť;
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= help: consider using `#[path]` attribute to specify filesystem path
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
Some errors have detailed explanations: E0583, E0754.
|
|
|
|
For more information about an error, try `rustc --explain E0583`.
|