Include has_preceding_inherited_fields in Item's hash impl
This commit is contained in:
parent
72143b17ff
commit
c3eb5daa31
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ impl<'a> Hash for ParseItem<'a> {
|
|||
hasher.write_u32(self.step_index);
|
||||
hasher.write_i32(self.production.dynamic_precedence);
|
||||
hasher.write_usize(self.production.steps.len());
|
||||
hasher.write_i32(self.has_preceding_inherited_fields as i32);
|
||||
self.precedence().hash(hasher);
|
||||
self.associativity().hash(hasher);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue