We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a46692 commit 9af48e5Copy full SHA for 9af48e5
compiler/rustc_hir/src/hir.rs
@@ -827,7 +827,7 @@ impl<'tcx> AttributeMap<'tcx> {
827
pub struct OwnerNodes<'tcx> {
828
/// Pre-computed hash of the full HIR.
829
pub hash_including_bodies: Fingerprint,
830
- /// Pre-computed hash of the item signature, sithout recursing into the body.
+ /// Pre-computed hash of the item signature, without recursing into the body.
831
pub hash_without_bodies: Fingerprint,
832
/// Full HIR for the current owner.
833
// The zeroth node's parent should never be accessed: the owner's parent is computed by the
0 commit comments