Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAccept `Option<Box<$t:ty>>` in macro argument #54977
Conversation
rust-highfive
assigned
pnkfelix
Oct 10, 2018
This comment has been minimized.
This comment has been minimized.
|
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
label
Oct 10, 2018
This comment was marked as resolved.
This comment was marked as resolved.
|
@bors try Let's have a crater run just in case. |
This comment was marked as resolved.
This comment was marked as resolved.
added a commit
that referenced
this pull request
Oct 10, 2018
This comment was marked as resolved.
This comment was marked as resolved.
|
|
This comment has been minimized.
This comment has been minimized.
|
@rust-lang/infra can I haz crater run? |
This comment has been minimized.
This comment has been minimized.
|
@estebank you should have the rights to start runs by yourself. Check out the docs! |
This comment was marked as outdated.
This comment was marked as outdated.
|
@pietroalbini oh, thanks! Last time I tried it failed with some error, but it was a long while ago. @craterbot run start=master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f end=try#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f mode=build-and-test |
This comment was marked as outdated.
This comment was marked as outdated.
|
|
craterbot
added
S-waiting-on-crater
and removed
S-waiting-on-review
labels
Oct 11, 2018
This comment was marked as outdated.
This comment was marked as outdated.
|
|
This comment has been minimized.
This comment has been minimized.
|
The commit range seems wrong, should be |
This comment was marked as outdated.
This comment was marked as outdated.
|
Yep. @craterbot abort |
This comment was marked as outdated.
This comment was marked as outdated.
|
|
craterbot
added
S-waiting-on-review
and removed
S-waiting-on-crater
labels
Oct 12, 2018
This comment was marked as resolved.
This comment was marked as resolved.
|
@craterbot run start=master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f end=try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 mode=check-only |
This comment was marked as outdated.
This comment was marked as outdated.
|
|
craterbot
added
S-waiting-on-crater
and removed
S-waiting-on-review
labels
Oct 12, 2018
This comment was marked as outdated.
This comment was marked as outdated.
|
|
This comment has been minimized.
This comment has been minimized.
|
|
craterbot
added
S-waiting-on-review
and removed
S-waiting-on-crater
labels
Oct 13, 2018
This comment has been minimized.
This comment has been minimized.
|
There seem to be no regressions caused by this PR, I believe it'll be safe to merge. |
This comment has been minimized.
This comment has been minimized.
|
@pnkfelix Ping. This is a very small change code-wise. |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
|
|
estebank commentedOct 10, 2018
Given the following code, compile successfuly:
Fix #25274.