show supported register classes
in inline assembly, show the supported register classes when an invalid one is found
This commit is contained in:
parent
cf577f34c4
commit
fbd30ea35f
7 changed files with 23 additions and 8 deletions
|
@ -112,7 +112,8 @@ ast_lowering_invalid_register =
|
|||
invalid register `{$reg}`: {$error}
|
||||
|
||||
ast_lowering_invalid_register_class =
|
||||
invalid register class `{$reg_class}`: {$error}
|
||||
invalid register class `{$reg_class}`: unknown register class
|
||||
.note = the following register classes are supported on this target: {$supported_register_classes}
|
||||
|
||||
ast_lowering_match_arm_with_no_body =
|
||||
`match` arm with no body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue