pub(crate) trait IsPrefixOf<'tcx> { // Required method fn is_prefix_of(&self, other: PlaceRef<'tcx>) -> bool; }