} } for (id, entry) in runes { assert_eq!( outstanding.get(id).copied().unwrap_or_default(), entry.supply - entry.burned ); } } }