diff options
| -rw-r--r-- | compiler/rustc_abi/src/layout/ty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_abi/src/layout/ty.rs b/compiler/rustc_abi/src/layout/ty.rs index eb49b977257..b5f93351d68 100644 --- a/compiler/rustc_abi/src/layout/ty.rs +++ b/compiler/rustc_abi/src/layout/ty.rs @@ -40,7 +40,7 @@ rustc_index::newtype_index! { } impl FieldIdx { - /// The second field. + /// The second field, at index 1. /// /// For use alongside [`FieldIdx::ZERO`], particularly with scalar pairs. pub const ONE: FieldIdx = FieldIdx::from_u32(1); |
