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.
1 parent 8bce225 commit f9cf096Copy full SHA for f9cf096
compiler/rustc_abi/src/layout/ty.rs
@@ -40,7 +40,7 @@ rustc_index::newtype_index! {
40
}
41
42
impl FieldIdx {
43
- /// The second field.
+ /// The second field, at index 1.
44
///
45
/// For use alongside [`FieldIdx::ZERO`], particularly with scalar pairs.
46
pub const ONE: FieldIdx = FieldIdx::from_u32(1);
0 commit comments