Adjust compiler for HashMap::get_many_mut
stabilization
This commit is contained in:
parent
885278b9eb
commit
6b7b5475f5
2 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue