-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] Fixes "common" sub crate using nightly and master #3965
Conversation
cc @nhynes |
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.
Thanks! Is it now possible to re-enable Rust in CI? I can take a look at that if you'd rather not.
I hope so. I'd like to add support for windows and was hoping to get CI up for it eventually. I'll try and take a look. Where is it currently disabled? I see Azure Pipelines running but where are the jobs defined? |
@nhynes please feel free to merge it in :) We can send another pr to reenable rust ci |
@nhynes can you send a followup PR to renable rust-ci? |
There's a linking issue that's been resolved in #2885. I'll re-enable Rust CI once that lands. |
Fixes 3964.
Also, removes warning for stabilized feature type_alias_enum_variants