mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Adjust compiler for HashMap::get_many_mut
stabilization
This commit is contained in:
parent
885278b9eb
commit
6b7b5475f5
@ -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…
Reference in New Issue
Block a user