Skip to content

Commit 431fcf5

Browse files
authored
trans -> codegen (rust-lang#1500)
1 parent 1d067b8 commit 431fcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/resolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ by proving that an appropriate impl does exist.
5252

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

0 commit comments

Comments
 (0)