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