summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfc-2457/crate_name_nonascii_forbidden-1.stderr
blob: a8f3abe599eb27d88f44ac207c758a2af78f1482 (plain)
1
2
3
4
5
6
7
8
error: cannot load a crate with a non-ascii name `ьаг`
  --> $DIR/crate_name_nonascii_forbidden-1.rs:1:1
   |
LL | extern crate ьаг;
   | ^^^^^^^^^^^^^^^^^

error: aborting due to previous error