Closed
Description
#[repr(u8)]
enum Tag {
Dynamic,
Inline,
Static,
}
pub const DYNAMIC_TAG: u8 = Dynamic as u8;
pub const INLINE_TAG: u8 = Inline as u8;
pub const STATIC_TAG: u8 = Static as u8;
produces
/home/keegan/string-cache/shared/repr.rs:23:29: 23:42 error: non-constant path in constant expr
/home/keegan/string-cache/shared/repr.rs:23 pub const DYNAMIC_TAG: u8 = Dynamic as u8;
Metadata
Metadata
Assignees
Labels
No labels