Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Propose add function level inline assembly for rust. #1793

Copy link
Copy link
@lygstate

Description

@lygstate
Issue body actions

For example:

extern "C" {
pub fn get_registers() inline_assembly = 'ByteArray Literal for the Object file to be linked directly';
}

and the ByteArray Literal could be generated a procedure macro.

extern "C" {
pub fn get_registers() inline_assembly = get_registers_macro_assembly!();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.