Adjust compiler for HashMap::get_many_mut stabilization

This commit is contained in:
Urgau 2025-01-27 19:32:22 +01:00
parent 885278b9eb
commit 6b7b5475f5
2 changed files with 1 additions and 2 deletions

View File

@ -421,7 +421,7 @@ impl CheckCfg {
Some(values_target_os),
Some(values_target_pointer_width),
Some(values_target_vendor),
] = self.expecteds.get_many_mut(VALUES)
] = self.expecteds.get_disjoint_mut(VALUES)
else {
panic!("unable to get all the check-cfg values buckets");
};

View File

@ -2,7 +2,6 @@
#![allow(internal_features)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(map_many_mut)]
#![feature(rustc_attrs)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end