Error code E0718
A #[lang = ".."] attribute was placed on the wrong item type.
Erroneous code example:
#![allow(unused)]
#![feature(lang_items)]
fn main() {
#[lang = "owned_box"]
static X: u32 = 42;
}
Content-Length: 23666 | pFad | https://doc.rust-lang.org/std/string/../error/../string/../../../std/../error_codes/./E0718.html
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
A #[lang = ".."] attribute was placed on the wrong item type.
Erroneous code example:
#![allow(unused)]
#![feature(lang_items)]
fn main() {
#[lang = "owned_box"]
static X: u32 = 42;
}
Fetched URL: https://doc.rust-lang.org/std/string/../error/../string/../../../std/../error_codes/./E0718.html
Alternative Proxies: