Add abi field to Method

This commit is contained in:
Rune Tynan
2021-01-29 01:07:50 -05:00
parent 16b805713c
commit 30ecde0beb
3 changed files with 28 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ pub struct Method {
pub decl: FnDecl,
pub generics: Generics,
pub header: String,
pub abi: String,
pub has_body: bool,
}