]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/asm/mod.rs
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
[rust.git] / compiler / rustc_target / src / asm / mod.rs
index 8046267a59da6ca8d5c3471de366b8f4db5eecb1..a84410d0f3c46510a13349bf0e3461a84f3d130f 100644 (file)
@@ -444,7 +444,7 @@ pub fn name(self) -> Symbol {
     }
 
     /// 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 {