Improve terminology around "after typeck"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user