Skip to content

Commit d0dc6c9

Browse files
lcnrtshepang
authored andcommitted
trans -> codegen
1 parent 63b45c3 commit d0dc6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/specialization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ as long as they are part of the same specialization family. In that
3636
case, it returns a *single* impl on success – this is the most
3737
specialized impl *known* to apply. However, if there are any inference
3838
variables in play, the returned impl may not be the actual impl we
39-
will use at trans time. Thus, we take special care to avoid projecting
39+
will use at codegen time. Thus, we take special care to avoid projecting
4040
associated types unless either (1) the associated type does not use
4141
`default` and thus cannot be overridden or (2) all input types are
4242
known concretely.

0 commit comments

Comments
 (0)