]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2457/no_mangle_nonascii_forbidden.rs
Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez
[rust.git] / src / test / ui / rfc-2457 / no_mangle_nonascii_forbidden.rs
1 #[no_mangle]
2 pub fn řųśť() {}  //~ `#[no_mangle]` requires ASCII identifier
3
4 fn main() {}