We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc28466 commit 7789817Copy full SHA for 7789817
src/parser/mod.rs
@@ -10539,8 +10539,6 @@ impl<'a> Parser<'a> {
10539
}
10540
};
10541
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'
10544
Ok(CreateFunctionBody::AsBeforeOptions {
10545
body: parse_string_expr(self)?,
10546
link_symbol: if self.consume_token(&Token::Comma) {
0 commit comments