From d3e6e89125f40a527e751bda789a6e425faa30cc Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 31 Oct 2022 13:51:42 -0300 Subject: trans -> codegen (#1500) --- src/doc/rustc-dev-guide/src/traits/resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc/rustc-dev-guide') diff --git a/src/doc/rustc-dev-guide/src/traits/resolution.md b/src/doc/rustc-dev-guide/src/traits/resolution.md index 88767ad9461..9cf753b199d 100644 --- a/src/doc/rustc-dev-guide/src/traits/resolution.md +++ b/src/doc/rustc-dev-guide/src/traits/resolution.md @@ -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. -- cgit 1.4.1-3-g733a5