diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-22 22:44:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 22:44:41 +0100 |
| commit | 29d04ff501a9d48c2989144f5cb69ada6092bd45 (patch) | |
| tree | ad4f68ee809386b26eaf6a32535bb844ff4985d1 | |
| parent | 577d85f92f3a417d64b5cefd348e9fe4c48c077c (diff) | |
| parent | 43008cedafe730c71c071dd9278855e72021ea50 (diff) | |
| download | rust-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.rs | 1 | ||||
| m--------- | library/stdarch | 0 |
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 |
