From 521b1ee974296b4d2ecce79efaa10347642d1e3e Mon Sep 17 00:00:00 2001 From: pierwill Date: Mon, 25 Oct 2021 15:43:07 -0500 Subject: Improve terminology around "after typeck" --- compiler/rustc_target/src/asm/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_target/src/asm/mod.rs') diff --git a/compiler/rustc_target/src/asm/mod.rs b/compiler/rustc_target/src/asm/mod.rs index 99699c50df5..85422aefbeb 100644 --- a/compiler/rustc_target/src/asm/mod.rs +++ b/compiler/rustc_target/src/asm/mod.rs @@ -414,7 +414,7 @@ impl InlineAsmRegClass { } /// Returns a suggested register class to use for this type. This is called - /// after type checking via `supported_types` fails to give a better error + /// when `supported_types` fails to give a better error /// message to the user. pub fn suggest_class(self, arch: InlineAsmArch, ty: InlineAsmType) -> Option { match self { -- cgit 1.4.1-3-g733a5