Skip to content

Replace use of maybe_uninit_uninit_array with newly stabilized inline const blocks #2

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adakite1
Copy link

Thanks for developing dust, its awesome :)

On the latest Rust nightly channel (rustc 1.87.0-nightly (00f245915 2025-02-26)) I was unable to build emu-utils and by extension dust.

It seems that some time back, maybe_uninit_uninit_array has been removed and replaced in functionality with the now stabilized inline const block pattern. See rust-lang/rust#125082

This pull request fixes any uses of that feature, at which point I can once again build the crate

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 this pull request may close these issues.

1 participant