rust/tests/ui/rfc-2457/crate_name_nonascii_forbidden-2.rs
2023-01-11 09:32:08 +00:00

7 lines
170 B
Rust
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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