rust/src/librustc_error_codes/error_codes/E0648.md

187 B

export_name attributes may not contain null characters (\0).

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