about summary refs log tree commit diff
path: root/compiler/rustc_target/src
diff options
context:
space:
mode:
authorpierwill <pierwill@users.noreply.github.com>2021-10-25 15:43:07 -0500
committerpierwill <pierwill@users.noreply.github.com>2021-11-06 20:59:38 -0500
commit521b1ee974296b4d2ecce79efaa10347642d1e3e (patch)
treeda7fe64daf83e05baa072b5d3415a2e4927370f5 /compiler/rustc_target/src
parent089a016919b0a9daaed9f676804102d6ba3f8f9d (diff)
downloadrust-521b1ee974296b4d2ecce79efaa10347642d1e3e.tar.gz
rust-521b1ee974296b4d2ecce79efaa10347642d1e3e.zip
Improve terminology around "after typeck"
Diffstat (limited to 'compiler/rustc_target/src')
-rw-r--r--compiler/rustc_target/src/asm/mod.rs2
1 files changed, 1 insertions, 1 deletions
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<Self> {
         match self {