Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d3e6e89

Browse files
authored
trans -> codegen (rust-lang#1500)
1 parent e8ceee5 commit d3e6e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/traits/resolution.md

Lines changed: 1 addition & 1 deletion
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)