Skip to content

Files

Latest commit

4728438 · Jul 11, 2020

History

History
10 lines (7 loc) · 183 Bytes

File metadata and controls

10 lines (7 loc) · 183 Bytes

A #[lang = ".."] attribute was placed on the wrong item type.

Erroneous code example:

#![feature(lang_items)]

#[lang = "owned_box"]
static X: u32 = 42;