We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b45c3 commit d0dc6c9Copy full SHA for d0dc6c9
src/traits/specialization.md
@@ -36,7 +36,7 @@ as long as they are part of the same specialization family. In that
36
case, it returns a *single* impl on success – this is the most
37
specialized impl *known* to apply. However, if there are any inference
38
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
+will use at codegen time. Thus, we take special care to avoid projecting
40
associated types unless either (1) the associated type does not use
41
`default` and thus cannot be overridden or (2) all input types are
42
known concretely.
0 commit comments