remove checks that are now performed during macro expansion of naked_asm!
This commit is contained in:
parent
bc0a9543a3
commit
10fa482906
3 changed files with 8 additions and 66 deletions
|
@ -492,9 +492,6 @@ passes_naked_functions_asm_block =
|
|||
.label_multiple_asm = multiple `naked_asm!` invocations are not allowed in naked functions
|
||||
.label_non_asm = not allowed in naked functions
|
||||
|
||||
passes_naked_functions_asm_options =
|
||||
asm options unsupported in naked functions: {$unsupported_options}
|
||||
|
||||
passes_naked_functions_incompatible_attribute =
|
||||
attribute incompatible with `#[naked]`
|
||||
.label = the `{$attr}` attribute is incompatible with `#[naked]`
|
||||
|
@ -504,9 +501,6 @@ passes_naked_functions_must_naked_asm =
|
|||
the `asm!` macro is not allowed in naked functions
|
||||
.suggestion = consider using the `naked_asm!` macro instead
|
||||
|
||||
passes_naked_functions_operands =
|
||||
only `const` and `sym` operands are supported in naked functions
|
||||
|
||||
passes_no_link =
|
||||
attribute should be applied to an `extern crate` item
|
||||
.label = not an `extern crate` item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue