2020-05-16 01:09:01 -05:00
|
|
|
error[E0754]: `#[no_mangle]` requires ASCII identifier
|
2021-04-02 21:35:11 -05:00
|
|
|
--> $DIR/no_mangle_nonascii_forbidden.rs:2:1
|
2020-05-16 01:09:01 -05:00
|
|
|
|
|
|
|
|
LL | pub fn řųśť() {}
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2021-08-07 13:10:57 -05:00
|
|
|
error[E0754]: `#[no_mangle]` requires ASCII identifier
|
|
|
|
--> $DIR/no_mangle_nonascii_forbidden.rs:8:5
|
|
|
|
|
|
|
|
|
LL | pub fn řųśť() {}
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0754]: `#[no_mangle]` requires ASCII identifier
|
|
|
|
--> $DIR/no_mangle_nonascii_forbidden.rs:17:5
|
|
|
|
|
|
|
|
|
LL | fn řųśť() {}
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2020-05-16 01:09:01 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0754`.
|