Content-Length: 23816 | pFad | https://doc.rust-lang.org/std/string/../error/../string/../string/../../error_codes/./E0754.html

E0754 - Error codes index

Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error code E0754

A non-ASCII identifier was used in an invalid context.

Erroneous code examples:


mod řųśť; // error!

#[no_mangle]
fn řųśť() {} // error!

fn main() {}

Non-ASCII can be used as module names if it is inlined or if a #[path] attribute is specified. For example:

mod řųśť { // ok!
    const IS_GREAT: bool = true;
}

fn main() {}








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/string/../error/../string/../string/../../error_codes/./E0754.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy