Skip to content
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

creating convenience types for make_def, make_stmt, make_methods in MacResult #19019

Closed
wants to merge 1 commit into from

Conversation

DanSimon
Copy link

I was experimenting writing a plugin and noticed that there were convenience types for a few of the methods in the MacResult trait but not for all of them. So I added some for make_stmt, make_methods, and make_def. For the last one, I noticed that essentially the same struct existed in macro_rules, so I removed it.

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon.

@bstrie
Copy link
Contributor

bstrie commented Nov 20, 2014

Sorry that this has been sitting so long! pcwalton is probably swamped at the moment, I'll try to get someone more familiar with libsyntax to peek at this.

@bstrie
Copy link
Contributor

bstrie commented Nov 20, 2014

Looks like this would conflict with another PR, #18814 . Not sure which to prefer. @kmcallister, care to weigh in?

barosl added a commit to barosl/rust that referenced this pull request Dec 22, 2014
@homu homu mentioned this pull request Dec 22, 2014
barosl added a commit to barosl/rust that referenced this pull request Dec 22, 2014
@frewsxcv
Copy link
Member

frewsxcv commented Jan 3, 2015

From IRC right now:

[18:11:05]  <frewsxcv>  kmc: did you have any thoughts in regards to https://github.com/rust-lang/rust/pull/19019#issuecomment-63837606 ?
[18:11:42]  <kmc>   frewsxcv: I'll let someone besides me pick which patch is better

@emberian
Copy link
Member

emberian commented Jan 3, 2015

Closing in favor of #18814. Thank you for this, though!

@emberian emberian closed this Jan 3, 2015
lnicola pushed a commit to lnicola/rust that referenced this pull request Jan 27, 2025
Explicitly add buildfiles when constructing ProjectFolders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants