1
Fork 0

Fix typos (taking into account review comments)

This commit is contained in:
blyxyas 2024-05-18 18:08:11 +02:00
parent 685a80f7a0
commit c5c820e7fb
29 changed files with 36 additions and 36 deletions

View file

@ -269,7 +269,7 @@ fn trait_object_ty<'tcx>(tcx: TyCtxt<'tcx>, poly_trait_ref: ty::PolyTraitRef<'tc
/// if a function is member of the group derived from this type id. Therefore, in the first call to
/// typeid_for_fnabi (when type ids are attached to functions and methods), it can only include at
/// most as much information that would be available in the second call (i.e., during code
/// generation at call sites); otherwise, the type ids would not not match.
/// generation at call sites); otherwise, the type ids would not match.
///
/// For this, it:
///