diff options
| author | lcnr <rust@lcnr.de> | 2023-07-18 17:03:22 +0200 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2023-07-20 11:05:52 +0200 |
| commit | fdaec57a28ab6a8cd60fd7a2842d366a9b452a2e (patch) | |
| tree | b7264c3eeae52ac58fecd89ff36c83ba44b71a30 /compiler/rustc_trait_selection/src | |
| parent | c67cb3e577bdd4de640eb11d96cd5ef5afe0eb0b (diff) | |
| download | rust-fdaec57a28ab6a8cd60fd7a2842d366a9b452a2e.tar.gz rust-fdaec57a28ab6a8cd60fd7a2842d366a9b452a2e.zip | |
XSimplifiedType to SimplifiedType::X
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/solve/trait_goals.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/solve/trait_goals.rs b/compiler/rustc_trait_selection/src/solve/trait_goals.rs index e7867eead15..29889614620 100644 --- a/compiler/rustc_trait_selection/src/solve/trait_goals.rs +++ b/compiler/rustc_trait_selection/src/solve/trait_goals.rs @@ -686,7 +686,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> { | ty::Tuple(_) | ty::Adt(_, _) // FIXME: Handling opaques here is kinda sus. Especially because we - // simplify them to PlaceholderSimplifiedType. + // simplify them to SimplifiedType::Placeholder. | ty::Alias(ty::Opaque, _) => { let mut disqualifying_impl = None; self.tcx().for_each_relevant_impl_treating_projections( |
