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

Compiler overflow error #97

Open
xxshady opened this issue Nov 24, 2024 · 4 comments
Open

Compiler overflow error #97

xxshady opened this issue Nov 24, 2024 · 4 comments

Comments

@xxshady
Copy link

xxshady commented Nov 24, 2024

error[E0275]: overflow evaluating the requirement `NonNull<arc_btree::seal::ArcBTreeSetNodeInner<stabby::collections::arc_btree::Entry<_, _>, _, true, _>>: Sized`
  |
  = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`host`)
  = note: required for `FieldPair<NonNull<arc_btree::seal::ArcBTreeSetNodeInner<stabby::collections::arc_btree::Entry<_, _>, _, true, _>>, PhantomData<_>>` to implement `IStable`
  = note: 38 redundant requirements hidden
  = note: required for `ArcBTreeSet<stabby::collections::arc_btree::Entry<_, _>, _, true, _>` to implement `IStable`

reproduction code (UPD: minimized reproduction code)

rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)

@xxshady

This comment was marked as outdated.

@xxshady

This comment was marked as outdated.

@xxshady
Copy link
Author

xxshady commented Nov 24, 2024

replacing impl with a generic fixes this issue: xxshady/dylib-reload@ae7ba3a

@xxshady
Copy link
Author

xxshady commented Nov 26, 2024

another repro

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

1 participant