diff options
| author | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-08-04 09:41:08 +0200 |
|---|---|---|
| committer | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-08-04 11:34:46 +0200 |
| commit | cf7b67420b9927c6154b43bab17917183d931f93 (patch) | |
| tree | ce3978599cc739d615d954cd6848bcf269aaf460 /compiler/rustc_const_eval/src/lib.rs | |
| parent | e3ed3e0f1c8156b0958c7653f001a8d99d5990f6 (diff) | |
| download | rust-cf7b67420b9927c6154b43bab17917183d931f93.tar.gz rust-cf7b67420b9927c6154b43bab17917183d931f93.zip | |
add `project_fields` helper function
Diffstat (limited to 'compiler/rustc_const_eval/src/lib.rs')
| -rw-r--r-- | compiler/rustc_const_eval/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs index bf7a79dcb20..3840cdf7575 100644 --- a/compiler/rustc_const_eval/src/lib.rs +++ b/compiler/rustc_const_eval/src/lib.rs @@ -2,6 +2,7 @@ #![allow(internal_features)] #![allow(rustc::diagnostic_outside_of_impl)] #![doc(rust_logo)] +#![feature(array_try_map)] #![feature(assert_matches)] #![feature(box_patterns)] #![feature(decl_macro)] |
