Content-Length: 23983 | pFad | https://doc.rust-lang.org/std/string/../error/../string/../thread/../../../error_codes/./E0648.html

E0648 - 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 E0648

An export_name attribute contains null characters (\0).

Erroneous code example:

#![allow(unused)]
fn main() {
#[export_name="\0foo"] // error: `export_name` may not contain null characters
pub fn bar() {}
}

To fix this error, remove the null characters:

#![allow(unused)]
fn main() {
#[export_name="foo"] // ok!
pub fn bar() {}
}








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/../thread/../../../error_codes/./E0648.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy