diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-03-19 21:08:56 +0000 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-03-19 21:08:56 +0000 |
| commit | 43008cedafe730c71c071dd9278855e72021ea50 (patch) | |
| tree | 3d0a3d2a8e66dab80fd5f74770f89acfe568162e | |
| parent | 4da79703b6f2f96e473bdd0317743c433792a29e (diff) | |
| download | rust-43008cedafe730c71c071dd9278855e72021ea50.tar.gz rust-43008cedafe730c71c071dd9278855e72021ea50.zip | |
Add `#![feature(generic_arg_infer)]` to core for stdarch
| -rw-r--r-- | library/core/src/lib.rs | 1 |
1 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)] |
