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

diffsol build hangs on beta and nightly channels #3

Closed
martinjrobins opened this issue Mar 21, 2024 · 3 comments
Closed

diffsol build hangs on beta and nightly channels #3

martinjrobins opened this issue Mar 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@martinjrobins
Copy link
Owner Author

as with the issues above, turning on debug messages:

RUSTC_LOG=TRACE cargo +beta build

eventually hangs with a stream of rustc_trait_selection::traits::project::normalize_with_depth_to calls with an ever increasing depth.

@martinjrobins
Copy link
Owner Author

workaround for this is to remove the following bounds from Vector (done in #25)

    + for<'a> VectorOpsByValue<Self::View<'a>>
    + for<'a, 'b> VectorOpsByValue<&'b Self::View<'a>>

@martinjrobins
Copy link
Owner Author

I think rust-lang/rust#123471 is in beta now (?) so this can be reverted. We don't currently need these bounds though so I think this can just be closed

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

No branches or pull requests

1 participant