Deprecated proc_macro doesn't trigger warning on build library#65484
Deprecated proc_macro doesn't trigger warning on build library#65484XiangQingW wants to merge 0 commit intorust-lang:masterfrom
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
src/libsyntax/ext/build.rs
Outdated
There was a problem hiding this comment.
The libsyntax/ext/build.rs is kind of deprecated, so it's better to avoid extending it, but rather use attr::mk_nested_word_item and attr::mk_list_item directly in the proc macro harness.
There was a problem hiding this comment.
Got it. I'd love to change it.
|
This needs a test. |
|
☔ The latest upstream changes (presumably #65495) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Ping from Triage: Hi @XiangQingW, any updates? |
Yes, I'm working on this. I mess up with conflict and create a new pr ##65666. |
686e657 to
b7a9c28
Compare
Fix #65189