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

Add isize and usize constructors to Literal #43098

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

alexcrichton
Copy link
Member

This commit fills out the remaining integer literal constructors on the
proc_macro::Literal type with isize and usize. (I think these were just
left out by accident)

This commit fills out the remaining integer literal constructors on the
`proc_macro::Literal` type with `isize` and `usize`. (I think these were just
left out by accident)
@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @nrc

@rust-highfive rust-highfive assigned nrc and unassigned brson Jul 6, 2017
@shepmaster shepmaster added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 7, 2017
@jseyfried
Copy link
Contributor

@alexcrichton Thanks, they were left out by accident!
@bors r+

@bors
Copy link
Contributor

bors commented Jul 11, 2017

📌 Commit 28ce292 has been approved by jseyfried

@arielb1
Copy link
Contributor

arielb1 commented Jul 11, 2017

@bors rollup

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Jul 12, 2017
…yfried

Add `isize` and `usize` constructors to Literal

This commit fills out the remaining integer literal constructors on the
`proc_macro::Literal` type with `isize` and `usize`. (I think these were just
left out by accident)
bors added a commit that referenced this pull request Jul 12, 2017
Rollup of 8 pull requests

- Successful merges: #42670, #42826, #43000, #43011, #43098, #43100, #43136, #43137
- Failed merges:
@bors bors merged commit 28ce292 into rust-lang:master Jul 12, 2017
@alexcrichton alexcrichton deleted the more-proc-macro branch July 24, 2017 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants