rust/src/test/ui/rfc-2457/no_mangle_nonascii_forbidden.stderr

10 lines
260 B
Plaintext
Raw Normal View History

error[E0754]: `#[no_mangle]` requires ASCII identifier
--> $DIR/no_mangle_nonascii_forbidden.rs:4:1
|
LL | pub fn řųśť() {}
| ^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0754`.