Skip to content

Commit

Permalink
trans -> codegen (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored Oct 31, 2022
1 parent 88bd6ca commit 94ecbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits/resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ by proving that an appropriate impl does exist.

During type checking, we do not store the results of trait selection.
We simply wish to verify that trait selection will succeed. Then
later, at trans time, when we have all concrete types available, we
later, at codegen time, when we have all concrete types available, we
can repeat the trait selection to choose an actual implementation, which
will then be generated in the output binary.

Expand Down

0 comments on commit 94ecbac

Please sign in to comment.