diff options
| author | lcnr <rust@lcnr.de> | 2024-01-08 11:13:50 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2024-01-09 09:15:56 +0100 |
| commit | 118453c7e161b81ec4cae5cc91b61b7ec59d3747 (patch) | |
| tree | fa68143eb3ea9091ffbe7008296c0defd9c86a05 /compiler/rustc_trait_selection/src/lib.rs | |
| parent | eb4d7c7adf55a7480a9ef3e3b990d015ef3ea07c (diff) | |
| download | rust-118453c7e161b81ec4cae5cc91b61b7ec59d3747.tar.gz rust-118453c7e161b81ec4cae5cc91b61b7ec59d3747.zip | |
readd the provisional cache
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index de2577cca49..552c28c0586 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -19,6 +19,7 @@ #![feature(control_flow_enum)] #![feature(extract_if)] #![feature(let_chains)] +#![feature(option_take_if)] #![feature(if_let_guard)] #![feature(never_type)] #![feature(type_alias_impl_trait)] |
