rust/tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
170 B
Rust
Raw Normal View History

// compile-flags:--extern му_сгате
// edition:2018
use му_сгате::baz; //~ ERROR cannot load a crate with a non-ascii name `му_сгате`
fn main() {}