diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2023-02-28 18:29:33 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2023-03-01 12:56:39 -0300 |
| commit | be72beca68512a81e4a7fba6d1a0d4955566abe4 (patch) | |
| tree | 85972ab9db4d6ee78ba54d5960553e7596b480eb | |
| parent | e74f50ecc217a4848ce77bed7ba580fbed0edb6b (diff) | |
| download | rust-be72beca68512a81e4a7fba6d1a0d4955566abe4.tar.gz rust-be72beca68512a81e4a7fba6d1a0d4955566abe4.zip | |
Fix typo in docs
| -rw-r--r-- | compiler/rustc_ty_utils/src/assoc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ty_utils/src/assoc.rs b/compiler/rustc_ty_utils/src/assoc.rs index d4866b5dbdd..4418819acff 100644 --- a/compiler/rustc_ty_utils/src/assoc.rs +++ b/compiler/rustc_ty_utils/src/assoc.rs @@ -196,7 +196,7 @@ fn associated_item_for_impl_trait_in_trait( trait_assoc_ty.def_id() } -/// Given an `trait_assoc_def_id` that corresponds to a previously synthethized impl trait in trait +/// Given an `trait_assoc_def_id` that corresponds to a previously synthesized impl trait in trait /// into an associated type and an `impl_def_id` corresponding to an impl block, create and return /// the corresponding associated item inside the impl block. fn impl_associated_item_for_impl_trait_in_trait( |
