diff options
| author | Jason Newcomb <jsnewcomb@pm.me> | 2024-02-24 19:38:58 -0500 |
|---|---|---|
| committer | Jason Newcomb <jsnewcomb@pm.me> | 2024-03-05 13:30:49 -0500 |
| commit | 228eb38c6951ea5d0da2830f278422ad912f8795 (patch) | |
| tree | 0f86fa0ddb4eef4ce827303b884e122106649ba5 /compiler/rustc_trait_selection/src/lib.rs | |
| parent | ea9ae30671f5bc42c4af392e5556dd16be297e82 (diff) | |
| download | rust-228eb38c6951ea5d0da2830f278422ad912f8795.tar.gz rust-228eb38c6951ea5d0da2830f278422ad912f8795.zip | |
Convert `ProofTreeVisitor` to use `VisitorResult`
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 7c1bfebef2c..fd3d62d1321 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -18,6 +18,7 @@ #![allow(rustc::untranslatable_diagnostic)] #![feature(assert_matches)] #![feature(associated_type_bounds)] +#![feature(associated_type_defaults)] #![feature(box_patterns)] #![feature(control_flow_enum)] #![feature(extract_if)] |
