diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-03-07 10:29:11 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-04-08 15:00:27 +0000 |
| commit | 2f2350e57720112c61d393bc98720ee0a59074df (patch) | |
| tree | 18818aff6ed8ee5ea81770af57f5052391eb2a12 /compiler/rustc_trait_selection/src/solve/mod.rs | |
| parent | dd72bf922adae10276013b408c96f913331916e8 (diff) | |
| download | rust-2f2350e57720112c61d393bc98720ee0a59074df.tar.gz rust-2f2350e57720112c61d393bc98720ee0a59074df.zip | |
Eliminate `DefiningAnchor` now that is just a single-variant enum
Diffstat (limited to 'compiler/rustc_trait_selection/src/solve/mod.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/solve/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/solve/mod.rs b/compiler/rustc_trait_selection/src/solve/mod.rs index 311deee0dbc..da5cd15a10d 100644 --- a/compiler/rustc_trait_selection/src/solve/mod.rs +++ b/compiler/rustc_trait_selection/src/solve/mod.rs @@ -316,6 +316,6 @@ fn response_no_constraints_raw<'tcx>( external_constraints: tcx.mk_external_constraints(ExternalConstraintsData::default()), certainty, }, - defining_anchor: Default::default(), + defining_opaque_types: Default::default(), } } |
