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.
rustc_layout_scalar_valid_range_end
Works properly has a niche of 1, while DoesNotWork has no niches even though it should
Works
DoesNotWork
#[rustc_layout_scalar_valid_range_start(1)] pub struct Works { private: u32, } #[rustc_layout_scalar_valid_range_end(0xFFFF_FF00)] pub struct DoesNotWork { private: u32, }