Skip to content

Commit

Permalink
Add #![feature(generic_arg_infer)] to core for stdarch
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb committed Mar 19, 2023
1 parent 4da7970 commit 43008ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
#![feature(derive_const)]
#![feature(doc_cfg)]
#![feature(doc_notable_trait)]
#![feature(generic_arg_infer)]
#![feature(rustdoc_internals)]
#![feature(exhaustive_patterns)]
#![feature(doc_cfg_hide)]
Expand Down

0 comments on commit 43008ce

Please sign in to comment.