]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2457/crate_name_nonascii_forbidden-1.rs
Rollup merge of #88624 - kellerkindt:master, r=JohnTitor
[rust.git] / src / test / ui / rfc-2457 / crate_name_nonascii_forbidden-1.rs
1 extern crate ьаг; //~ ERROR cannot load a crate with a non-ascii name `ьаг`
2
3 fn main() {}