]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2457/no_mangle_nonascii_forbidden.stderr
b4b2b0c7ee001022dd3eedd26b67779dd2ea60cb
[rust.git] / src / test / ui / rfc-2457 / no_mangle_nonascii_forbidden.stderr
1 error[E0754]: `#[no_mangle]` requires ASCII identifier
2   --> $DIR/no_mangle_nonascii_forbidden.rs:2:1
3    |
4 LL | pub fn řųśť() {}
5    | ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0754`.