Skip to content

Future Incompatibility warning for Rust's beta branch #46

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

Closed
mimullin-bbry opened this issue Feb 1, 2023 · 1 comment · Fixed by #47
Closed

Future Incompatibility warning for Rust's beta branch #46

mimullin-bbry opened this issue Feb 1, 2023 · 1 comment · Fixed by #47

Comments

@mimullin-bbry
Copy link

On March 9th, 2023, Rust will update it's stable branch to 1.68. When this happens clients of jemallocator will start seeing a warning message upon compiling projects.

warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`

This warning message stems from jemalloc-sys using fs_extra as a build dependency. fs_extra has fixed this warning in their github branch, however the project has not published a new release (which would include these changes) since August 25, 2020.

The warning message presented to clients of jemalloc does not represent a "real issue" that "must" be dealt with, however it may start to cause errors in certain CI/CD pipelines.

A ticket has been raised to the fs_extra project (webdesus/fs_extra#68) to request a new release with these fixes, but the fs_extra project does not seem to be very active. Jemallocator should think about mitigations if fs_extra does not ship a new release before March 9th.

@BusyJay
Copy link
Member

BusyJay commented Feb 2, 2023

Should be fixed by #47.

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 a pull request may close this issue.

2 participants