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

Fails to parse _ as a const identifier #38

Open
joshtriplett opened this issue Aug 5, 2022 · 0 comments
Open

Fails to parse _ as a const identifier #38

joshtriplett opened this issue Aug 5, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@joshtriplett
Copy link
Contributor

  error: expected identifier, found `_`
     --> ../src/fixed_width_ints.rs:64:23
      |
  64  |                   const _: [(); $a] = [(); $b];

ctest2 needs to be using a parsing library that can handle newer Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants