We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d067b8 commit 431fcf5Copy full SHA for 431fcf5
src/traits/resolution.md
@@ -52,7 +52,7 @@ by proving that an appropriate impl does exist.
52
53
During type checking, we do not store the results of trait selection.
54
We simply wish to verify that trait selection will succeed. Then
55
-later, at trans time, when we have all concrete types available, we
+later, at codegen time, when we have all concrete types available, we
56
can repeat the trait selection to choose an actual implementation, which
57
will then be generated in the output binary.
58
0 commit comments