We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://is.gd/DOkUCJ Playground with backtrace
#[repr(C)] pub enum CPOption<T> { PSome(T), } fn main() { println!("sizeof CPOption<i32> {}", std::mem::size_of::<CPOption<i32>>()); }
Versions affected: stable, beta, nightly.
http://is.gd/DOkUCJ Playground with backtrace
Versions affected: stable, beta, nightly.