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