]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / rfc-2457 / crate_name_nonascii_forbidden-2.rs
1 // compile-flags:--extern му_сгате
2 // edition:2018
3
4 use му_сгате::baz; //~  ERROR cannot load a crate with a non-ascii name `му_сгате`
5
6 fn main() {}