We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
rustc 1.82.0 (f6e511eec 2024-10-15)
The text was updated successfully, but these errors were encountered:
replacing impl with a generic fixes this issue: xxshady/dylib-reload@ae7ba3a
impl
Sorry, something went wrong.
another repro
No branches or pull requests
reproduction code (UPD: minimized reproduction code)
rustc version:
rustc 1.82.0 (f6e511eec 2024-10-15)
The text was updated successfully, but these errors were encountered: