Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Improve terminology around "after typeck" Closes #70258.
This commit is contained in:
commit
6749f32c33
13 changed files with 20 additions and 18 deletions
|
@ -444,7 +444,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue