-
Notifications
You must be signed in to change notification settings - Fork 41
Remove ignore-cross-compile directive from ui/macros/proc_macro.rs #681
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
Conversation
bors try |
@@ -1,6 +1,5 @@ | |||
//@ run-pass | |||
//@ aux-build:proc_macro_def.rs | |||
//@ ignore-cross-compile |
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.
This seems to be no longer required given by newer proc-macro tests not having this directive anymore. If that's the case (should try succeed) I'll upstream that change.
tryBuild succeeded: |
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.
bors merge
Build succeeded:
|
Ferrocene-backport-of: #681
842: Backport to `release/1.79` r=pietroalbini a=github-actions[bot] This PR backports the following PRs to the `release/1.79` branch: * #679 * #681 Note that the automation failed to backport some PRs automatically. Check out the [backport:manual](https://github.com/ferrocene/ferrocene/pulls?q=is%3Apr+label%3Abackport%3Amanual) for a list of them. 849: Remove stale exceptions from requirements-traceability r=pietroalbini a=Veykril If #842 lands, the two tests are in fact green in the matrix Co-authored-by: Lukas Wirth <lukas.wirth@ferrous-systems.com>
Add spell checking job in the CI
No description provided.