Skip to content

Commit

Permalink
trans -> codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr authored and tshepang committed Nov 7, 2022
1 parent 63b45c3 commit d0dc6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits/specialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ as long as they are part of the same specialization family. In that
case, it returns a *single* impl on success – this is the most
specialized impl *known* to apply. However, if there are any inference
variables in play, the returned impl may not be the actual impl we
will use at trans time. Thus, we take special care to avoid projecting
will use at codegen time. Thus, we take special care to avoid projecting
associated types unless either (1) the associated type does not use
`default` and thus cannot be overridden or (2) all input types are
known concretely.
Expand Down

0 comments on commit d0dc6c9

Please sign in to comment.