-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Deprecated proc_macro doesn't trigger warning on build library #65666
Conversation
Change-Id: Ib3a396e7334d209fe6c6ef425bbfc7b2ae471378
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Some minor comments. |
Change-Id: Ib3a396e7334d209fe6c6ef425bbfc7b2ae471378
@petrochenkov @Centril Tanks for your help. I amend the pr. Would you mind reviewing it again if you have free time? |
Thanks! |
📌 Commit c027be0 has been approved by |
Deprecated proc_macro doesn't trigger warning on build library Fix rust-lang#65189
Failed in #65723 (comment), @bors r- |
#65484 (comment) said to copy the file rather than create it from scratch because the obscure header // force-host
// no-prefer-dynamic is important for cross-compilation. |
Change-Id: Ib3a396e7334d209fe6c6ef425bbfc7b2ae471378
Thanks. |
@bors r+ |
📌 Commit b133156 has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
Deprecated proc_macro doesn't trigger warning on build library Fix rust-lang#65189
Rollup of 9 pull requests Successful merges: - #62959 (Add by-value iterator for arrays ) - #65390 (Add long error explanation for E0576) - #65408 (reorder config.toml.example options and add one missing option) - #65414 (ignore uninhabited non-exhaustive variant fields) - #65666 (Deprecated proc_macro doesn't trigger warning on build library) - #65742 (Pre-expansion gate most of the things) - #65747 (Adjust the tracking issue for `untagged_unions`.) - #65763 (Changed APIT with explicit generic args span to specific arg spans) - #65775 (Fix more `ReEmpty` ICEs) Failed merges: - #65519 (trait-based structural match implementation) r? @ghost
Fix #65189