Uh oh!
There was an error while loading. Please reload this page.
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 into
Conversation
rust-highfive
commented
Oct 17, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
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.
petrochenkov
commented
Oct 17, 2019
This needs a test. |
bors
commented
Oct 17, 2019
☔ The latest upstream changes (presumably #65495) made this pull request unmergeable. Please resolve the merge conflicts. |
joelpalmer
commented
Oct 21, 2019
Ping from Triage: Hi @XiangQingW, any updates? |
Yes, I'm working on this. I mess up with conflict and create a new pr ##65666. |
Fix#65189