-
Notifications
You must be signed in to change notification settings - Fork 59
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
build failure with nightly (mutable references are not allowed in constant functions) #68
Comments
Does it work with stable? if so bring it to rust? |
Ah, this works on nightly, beta and stable but not on master (so next nightly will break it). |
There's a new soundness fix but it does not look related in my eyes rust-lang/rust#79048 |
The 0.6.0 release fails to compile on nightly because of this. |
Well, we can't do anything, don't use nightly. |
I'm developing a toy OS (https://github.com/vinc/moros) that uses |
Nothing stops you from using an earlier nightly version. |
True, but the CI use the latest version so the PRs are all failing. But again it's not a big deal, I was just replying to the issue to mention that there's also an interest on this crate outside of Alacritty. No worries! |
The upstream bug has been fixed, next nightly should be able to compile this crate again. :) |
Trying to build with
rustc 1.50.0-nightly (c919f490b 2020-11-17)
, I get the following error:This also breaks the alacritty-git build for me.
The text was updated successfully, but these errors were encountered: