-
Notifications
You must be signed in to change notification settings - Fork 6
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
Rust 1.75.0 #22
Rust 1.75.0 #22
Conversation
To cite @direc85 in rubdos#1, the remaining issue can be resolved in the spec file:
|
I'm afraid my patch has a few extra lines that should be removed. I'm afk currently, but I'll check and fix that late this evening. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor remarks. Looks good and we got Gecko esr78 building against newer Rust as well. We'll do final verification still.
This patch is needed because in sb2 the temp files written to /tmp by rustc are no longer available when the linker tries to use them. Work around the issue by setting $TMPDIR to $HOME/.tmp instead. If $TMPDIR is already set, that value is used as expected.
Based on #21, but doesn't compile at all yet.
Plan:
It would be highly beneficial for Whisperfish to have 1.75, because I expect the Rust ecosystem to adapt the return position
impl Trait
in trait feature very rapidly.Part of The Rust Plan