Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix case in parser where lexeme doesn't work #219

Open
github-actions bot opened this issue Jun 16, 2024 · 0 comments
Open

Fix case in parser where lexeme doesn't work #219

github-actions bot opened this issue Jun 16, 2024 · 0 comments

Comments

@github-actions
Copy link

Get lexeme working with this function to avoid this

Line: 424

(i, ConditionFlags::Always)
};
// TODO: Fix case in parser where lexeme doesn't work
// category=Toolchain
// Get lexeme working with this function to avoid this
let (i, _) = space0(i)?;
Ok((i, (String::from(tag), condition_code)))
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants