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 build #781

Open
DenuxPlays opened this issue Jun 1, 2024 · 3 comments
Open

fails to build #781

DenuxPlays opened this issue Jun 1, 2024 · 3 comments

Comments

@DenuxPlays
Copy link

Description

Fails to build.

Steps to Reproduce

  1. Checkout this repo: https://github.com/financrr/financrr-app/tree/fc1c9c7f8a9d853f4923285090e28b5f0c61791f
  2. run cargo build
  3. See the error

Expected Behavior

Just build like it does before.

Actual Behavior

Fails with this error:
image

Reproduces How Often

Every time

Versions

0.31.0-rc.6

Additional Information

Picture:
image

Repo to replicate:
https://github.com/financrr/financrr-app/tree/fc1c9c7f8a9d853f4923285090e28b5f0c61791f

@tyt2y3
Copy link
Member

tyt2y3 commented Jun 1, 2024

I am sure this bug originates in educe:

backend % cargo tree|grep educe                                
│   │   │   ├── educe v0.5.12 (proc-macro)

if I do:

cargo update educe --precise 0.5.11

it compiles.

@DenuxPlays
Copy link
Author

I am sure this bug originates in educe:

backend % cargo tree|grep educe                                
│   │   │   ├── educe v0.5.12 (proc-macro)

if I do:

cargo update educe --precise 0.5.11

it compiles.

Thats what I thought.
If I did it, it hasn't compiled?

@DenuxPlays
Copy link
Author

But if it works for you I'll open an issue on educe

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

No branches or pull requests

2 participants