rust/tests/ui/rfc-2457/no_mangle_nonascii_forbidden.stderr

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

22 lines
578 B
Plaintext
Raw Normal View History

error[E0754]: `#[no_mangle]` requires ASCII identifier
2021-04-02 21:35:11 -05:00
--> $DIR/no_mangle_nonascii_forbidden.rs:2:1
|
LL | pub fn řųśť() {}
| ^^^^^^^^^^^^^
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
For more information about this error, try `rustc --explain E0754`.