let mut fallbacks: Vec<Entry> = list.fallbacks.iter().map(|fb| fb.clone().into()).collect();
/// Consume `other` and copy all of its fallback status entries into the corresponding entries for `self`.
// Make a new set with slightly different members; make sure that we can copy stuff successfully.