error[E0599]: no function or associated item named `has_no_effect_on_gecko_scrollbars` found for struct `LonghandIdSet` in the current scope --> servo/ports/geckolib/glue.rs:4330:53 | 4330 | differing_properties.remove_all(&LonghandIdSet::has_no_effect_on_gecko_scrollbars()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `LonghandIdSet` For more information about this error, try `rustc --explain E0599`. error: could not compile `geckoservo` due to previous error --- gecko-dev-master/servo/ports/geckolib/glue.rs.old 2023-03-26 23:24:39.054569025 -0400 +++ gecko-dev-master/servo/ports/geckolib/glue.rs 2023-03-26 23:24:53.776325141 -0400 @@ -4390,7 +4390,6 @@ // then you will need to add some checks to the // nsIAnonymousContentCreator::CreateAnonymousContent implementations of ScrollContainerFrame // and nsScrollbarFrame to clear the AnonymousContentKey if a non-initial value is used. - differing_properties.remove_all(&LonghandIdSet::has_no_effect_on_gecko_scrollbars()); if !differing_properties.is_empty() { println_stderr!("Actual style:");