Skip to content

Commit 7789817

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent fc28466 commit 7789817

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10539,8 +10539,6 @@ impl<'a> Parser<'a> {
1053910539
}
1054010540
};
1054110541

10542-
// Check if there's a comma, indicating multiple strings (e.g., AS 'obj_file', 'link_symbol')
10543-
// This is used for C language functions: AS 'MODULE_PATHNAME', 'link_symbol'
1054410542
Ok(CreateFunctionBody::AsBeforeOptions {
1054510543
body: parse_string_expr(self)?,
1054610544
link_symbol: if self.consume_token(&Token::Comma) {

0 commit comments

Comments
 (0)