2020-06-13 13:27:22 +08:00
|
|
|
error: cannot load a crate with a non-ascii name `ьаг`
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/crate_name_nonascii_forbidden-1.rs:1:1
|
2020-06-13 13:27:22 +08:00
|
|
|
|
|
|
|
|
LL | extern crate ьаг;
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-07-05 10:39:15 +03:00
|
|
|
error: aborting due to previous error
|
2020-06-13 13:27:22 +08:00
|
|
|
|