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

Update to python-parser 0.3.0 #237

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

eed3si9n
Copy link
Contributor

No description provided.

@eed3si9n eed3si9n requested a review from a team March 20, 2024 21:12
@eed3si9n
Copy link
Contributor Author

error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustpython-ast-0.3.0/src/impls.rs:60:1
   |
60 | static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: source type: `generic::Stmt` (1216 bits)
   = note: target type: `[u8; 160]` (1280 bits)
   = note: this error originates in the macro `static_assertions::assert_eq_size` (in Nightly builds, run with -Z macro-backtrace for more info)

RustPython/Parser#114

The published version doesn't compile on latest Rust.
@eed3si9n eed3si9n enabled auto-merge (squash) March 20, 2024 21:52
@eed3si9n eed3si9n merged commit 12f8e53 into bazeltools:main Mar 20, 2024
6 checks passed
@eed3si9n eed3si9n deleted the wip/bump_python_parser branch March 20, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants