about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-03-22 22:44:41 +0100
committerGitHub <noreply@github.com>2023-03-22 22:44:41 +0100
commit29d04ff501a9d48c2989144f5cb69ada6092bd45 (patch)
treead4f68ee809386b26eaf6a32535bb844ff4985d1
parent577d85f92f3a417d64b5cefd348e9fe4c48c077c (diff)
parent43008cedafe730c71c071dd9278855e72021ea50 (diff)
downloadrust-29d04ff501a9d48c2989144f5cb69ada6092bd45.tar.gz
rust-29d04ff501a9d48c2989144f5cb69ada6092bd45.zip
Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=Amanieu
Update stdarch

Bring the the `#![allow(internal_features)]` for #108955

r? `@Amanieu`
-rw-r--r--library/core/src/lib.rs1
m---------library/stdarch0
2 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index 1076d357070..a6b9acb576e 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -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)]
diff --git a/library/stdarch b/library/stdarch
-Subproject a0c30f3e3c75adcd6ee7efc94014ebcead61c50
+Subproject b655243782c18d3419439daa523782e0818ecf2