Add #![feature(generic_arg_infer)] to core for stdarch

This commit is contained in:
Nilstrieb 2023-03-19 21:08:56 +00:00
parent 4da79703b6
commit 43008cedaf

View File

@ -209,6 +209,7 @@
#![feature(derive_const)] #![feature(derive_const)]
#![feature(doc_cfg)] #![feature(doc_cfg)]
#![feature(doc_notable_trait)] #![feature(doc_notable_trait)]
#![feature(generic_arg_infer)]
#![feature(rustdoc_internals)] #![feature(rustdoc_internals)]
#![feature(exhaustive_patterns)] #![feature(exhaustive_patterns)]
#![feature(doc_cfg_hide)] #![feature(doc_cfg_hide)]